void RemoveAttachmentByName(string inName)
Description
Removes a specific attachment from an interview according to a given file name.
Parameters
The following is a list of parameters the functions receives
Parameter | Type | Description |
---|---|---|
inName | string | The name of the attachment |
Return Type
void
Comments
Please sign in to leave a comment.