Get information about an album.
Namespace:
IpernityNET.IpernityObjectsAssembly: IpernityNET (in IpernityNET.dll) Version: 0.3.1.0 (0.3.1.0)
Syntax
C# |
---|
public void Get( Thumbsize size ) |
Visual Basic (Declaration) |
---|
Public Sub Get ( _ size As Thumbsize _ ) |
Visual C++ |
---|
public: void Get( Thumbsize size ) |
Parameters
- size
- Type: IpernityNET..::.Thumbsize
The album Thumbsize
Remarks
This method encapsulates album.get
"read" permission is necessary to access to private docs.
Exceptions
Exception | Condition |
---|---|
IpernityNET..::.IpernityException | Throwed when Ipernity returned an error |
IpernityNET.IpernityObjects..::.ObjectNotConfiguredException | Throwed when an Ipernity object has not been configured. |