Return the list of Document in an album

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

Syntax

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

Return Value

A list of Document

Remarks

This method encapsulates album.docs.getList This method does not require any particular permission.

Exceptions

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

See Also