Return the albums list for the user
Namespace:
IpernityNET.IpernityObjectsAssembly: IpernityNET (in IpernityNET.dll) Version: 0.3.1.0 (0.3.1.0)
Syntax
C# |
---|
public IEnumerable<Album> AlbumGetList() |
Visual Basic (Declaration) |
---|
Public Function AlbumGetList As IEnumerable(Of Album) |
Visual C++ |
---|
public: IEnumerable<Album^>^ AlbumGetList() |
Return Value
A list of AlbumRemarks
This method encapsulates album.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. Use the method ConfigureIpernityObject(IpernityObject) to configure the object and allow it to interact with Ipernity |