Return the list of tags on a document.
Namespace:
IpernityNET.IpernityObjectsAssembly: IpernityNET (in IpernityNET.dll) Version: 0.3.1.0 (0.3.1.0)
Syntax
| C# |
|---|
public void TagsGetList() |
| Visual Basic (Declaration) |
|---|
Public Sub TagsGetList |
| Visual C++ |
|---|
public: void TagsGetList() |
Return Value
A list of Tag
Remarks
This method encapsulates doc.tags.getList
Exceptions
| Exception | Condition |
|---|---|
| IpernityNET..::.IpernityException | Throwed when Ipernity returned an error |
| IpernityNET.IpernityObjects..::.ObjectNotConfiguredException | Throwed when an Ipernity object has not been configured. |