Return the list of members who have faved a document.
Namespace:
IpernityNET.IpernityObjectsAssembly: IpernityNET (in IpernityNET.dll) Version: 0.3.1.0 (0.3.1.0)
Syntax
| C# |
|---|
public IEnumerable<Fave> GetFaves( int page ) |
| Visual Basic (Declaration) |
|---|
Public Function GetFaves ( _ page As Integer _ ) As IEnumerable(Of Fave) |
| Visual C++ |
|---|
public: IEnumerable<Fave^>^ GetFaves( int page ) |
Parameters
- page
- Type: System..::.Int32
The page or results to return
Return Value
A list of Fave
Remarks
This method encapsulates doc.getFaves
"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. |