window.Asc.plugin.executeMethod ("RemoveContentControls", [args], callback)
Defines the method that allows removing several content controls.
This method should be used in the following way:
window.Asc.plugin.executeMethod ("RemoveContentControls", [arrDocuments]);
Parameter |
Description |
Type |
Example |
arrDocuments |
An array of content control internal IDs ([{"InternalId": "5_556"}]).
|
array of objects |
|
The method returns the undefined value.
window.Asc.plugin.executeMethod("RemoveContentControls", [[{"InternalId": "5_556"}]])