Return the list of tags on a document.

Namespace:  IpernityNET.IpernityObjects
Assembly:  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

ExceptionCondition
IpernityNET..::.IpernityExceptionThrowed when Ipernity returned an error
IpernityNET.IpernityObjects..::.ObjectNotConfiguredExceptionThrowed when an Ipernity object has not been configured.

See Also