Removes the embedded file at the given index.
<void> EmbeddedFileCollection.removeElementAt(<number> index, [<EmptyRequestCallback> callback], [<ErrorCallback> errorCallback])
Parameter | Description |
---|---|
index | The index in the collection of the embedded file to remove. |
callback | Optional. Is called when the operation completed. |
error |
Optional. Is called when the operation failed with an error. |