RemoveComments
function RemoveComments(arrIds: string[]): void
Description
Removes the specified comments.
Parameters
- arrIds
string[]
An array which contains the IDs of the specified comments.
Returns
void
function RemoveComments(arrIds: string[]): void
Removes the specified comments.
string[]
An array which contains the IDs of the specified comments.
void