Get the document context in an album
Namespace:
IpernityNET.IpernityObjectsAssembly: IpernityNET (in IpernityNET.dll) Version: 0.3.1.0 (0.3.1.0)
Syntax
C# |
---|
public DocumentContext DocsGetContext( int docId ) |
Visual Basic (Declaration) |
---|
Public Function DocsGetContext ( _ docId As Integer _ ) As DocumentContext |
Visual C++ |
---|
public: DocumentContext^ DocsGetContext( int docId ) |
Parameters
- docId
- Type: System..::.Int32
The ID of the document to get the context for. By default 10 previous and 10 next documents are returned.
Return Value
The DocumentContextRemarks
This method encapsulates album.docs.getContext
This method does not require any particular permission.
Exceptions
Exception | Condition |
---|---|
IpernityNET..::.IpernityException | Throwed when Ipernity returned an error |
IpernityNET.IpernityObjects..::.ObjectNotConfiguredException | Throwed when an Ipernity object has not been configured. |