Return all albums and groups the document belongs to.

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

Syntax

C#
public Containers GetContainers()
Visual Basic (Declaration)
Public Function GetContainers As Containers
Visual C++
public:
Containers^ GetContainers()

Return Value

A Containers object

Remarks

This method encapsulates doc.getContainers "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