Edit the tags for the document.
Namespace:
IpernityNET.IpernityObjectsAssembly: IpernityNET (in IpernityNET.dll) Version: 0.3.1.0 (0.3.1.0)
Syntax
C# |
---|
public void TagsEdit( TagsEditParameters parameters ) |
Visual Basic (Declaration) |
---|
Public Sub TagsEdit ( _ parameters As TagsEditParameters _ ) |
Visual C++ |
---|
public: void TagsEdit( TagsEditParameters^ parameters ) |
Parameters
- parameters
- Type: IpernityNET..::.TagsEditParameters
A TagsEditParameters object containing the tags to edit or remove
Remarks
This method encapsulates doc.tags.edit
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. |