Get information about an album.

Namespace:  IpernityNET.IpernityObjects
Assembly:  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

ExceptionCondition
IpernityNET..::.IpernityExceptionThrowed when Ipernity returned an error
IpernityNET.IpernityObjects..::.ObjectNotConfiguredExceptionThrowed when an Ipernity object has not been configured.

See Also