RemoveDocumentTag Method
RemoveDocumentTag(string)
Removes the document tag by specific name.
Declaration
public void RemoveDocumentTag(string name)
Public Sub RemoveDocumentTag(name As String)
Parameters
| Type |
Name |
Description |
| string |
name |
The string value specifying the name of the document tag.
|