Return the list of Document in an album. If Page or PerPage are not set,
the methods will get all the documents of the album.
Namespace:
IpernityNET.IpernityObjectsAssembly: IpernityNET (in IpernityNET.dll) Version: 0.3.1.0 (0.3.1.0)
Syntax
C# |
---|
public IEnumerable<Document> DocsGetList( DocListParameters parameters ) |
Visual Basic (Declaration) |
---|
Public Function DocsGetList ( _ parameters As DocListParameters _ ) As IEnumerable(Of Document) |
Visual C++ |
---|
public: IEnumerable<Document^>^ DocsGetList( DocListParameters^ parameters ) |
Parameters
- parameters
- Type: IpernityNET..::.DocListParameters
An DocListParameters object containing the parameters for the request
Return Value
A list of DocumentRemarks
This method encapsulates album.docs.getList
This method does not require any particular permission.
Exceptions
Exception | Condition |
---|---|
IpernityNET..::.IpernityException | Throwed when Ipernity returned an error |
IpernityNET.IpernityObjects..::.ObjectNotConfiguredException | Throwed when an Ipernity object has not been configured. |