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", [obj]);
Where obj is a JSON array of the following form:
[
{
"InternalId": "id"
},
{
"InternalId": "id2"
},
...
]
The method returns the undefined value.