Return some recent documents posted by everyone
Namespace:
IpernityNETAssembly: IpernityNET (in IpernityNET.dll) Version: 0.3.1.0 (0.3.1.0)
Syntax
| C# |
|---|
public IEnumerable<Document> ExploreDocGetRecent( DocExploreParameters parameters ) |
| Visual Basic (Declaration) |
|---|
Public Function ExploreDocGetRecent ( _ parameters As DocExploreParameters _ ) As IEnumerable(Of Document) |
| Visual C++ |
|---|
public: IEnumerable<Document^>^ ExploreDocGetRecent( DocExploreParameters^ parameters ) |
Parameters
- parameters
- Type: IpernityNET..::.DocExploreParameters
The request parameters
Return Value
A list of Document
Remarks
This method encapsulates explore.docs.getRecent
"read" permission is necessary to access to private docs.
Exceptions
| Exception | Condition |
|---|---|
| IpernityNET..::.IpernityException | Throwed when Ipernity returned an error |