Return the comments on a document.

Namespace:  IpernityNET.IpernityObjects
Assembly:  IpernityNET (in IpernityNET.dll) Version: 0.3.1.0 (0.3.1.0)

Syntax

C#
public IEnumerable<Comment> CommentsGetList()
Visual Basic (Declaration)
Public Function CommentsGetList As IEnumerable(Of Comment)
Visual C++
public:
IEnumerable<Comment^>^ CommentsGetList()

Return Value

A list of Comment

Remarks

This method encapsulates doc.comments.getList "read" permission is necessary to access to private docs.

Exceptions

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

See Also