Return the list of documents in a group

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

Syntax

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

Parameters

size
Type: IpernityNET..::.Thumbsize
Choose your prefered size for the thumbnails

Return Value

A list of Document

Remarks

This method encapsulates group.docs.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. Use the method ConfigureIpernityObject(IpernityObject) to configure the object and allow it to interact with Ipernity

See Also