Remove a tag from the document.
Namespace:
IpernityNET.IpernityObjectsAssembly: IpernityNET (in IpernityNET.dll) Version: 0.3.1.0 (0.3.1.0)
Syntax
C# |
---|
public void TagsRemove( Tag tag ) |
Visual Basic (Declaration) |
---|
Public Sub TagsRemove ( _ tag As Tag _ ) |
Visual C++ |
---|
public: void TagsRemove( Tag^ tag ) |
Parameters
- tag
- Type: IpernityNET.IpernityObjects..::.Tag
The Tag to remove
Remarks
This method encapsulates doc.tags.remove
This method requires "write" permission on docs.
Exceptions
Exception | Condition |
---|---|
IpernityNET..::.IpernityException | Throwed when Ipernity returned an error |
IpernityNET.IpernityObjects..::.ObjectNotConfiguredException | Throwed when an Ipernity object has not been configured. |