Return the album latest visitors.

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

Syntax

C#
public IEnumerable<Visitor> GetVisitors(
	int page
)
Visual Basic (Declaration)
Public Function GetVisitors ( _
	page As Integer _
) As IEnumerable(Of Visitor)
Visual C++
public:
IEnumerable<Visitor^>^ GetVisitors(
	int page
)

Parameters

page
Type: System..::.Int32
The page to return

Return Value

The list of Visitor

Remarks

This method encapsulates album.getVisitors "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