Return the list of members who have faved a document.

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

Syntax

C#
public IEnumerable<Fave> GetFaves()
Visual Basic (Declaration)
Public Function GetFaves As IEnumerable(Of Fave)
Visual C++
public:
IEnumerable<Fave^>^ GetFaves()

Return Value

A list of Fave

Remarks

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