Get the document context in the group

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

Syntax

C#
public DocumentContext DocsGetContext(
	int docId,
	Thumbsize size
)
Visual Basic (Declaration)
Public Function DocsGetContext ( _
	docId As Integer, _
	size As Thumbsize _
) As DocumentContext
Visual C++
public:
DocumentContext^ DocsGetContext(
	int docId, 
	Thumbsize size
)

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.
size
Type: IpernityNET..::.Thumbsize
Choose your prefered size for thumbnails

Return Value

The DocumentContext for the group

Remarks

This method encapsulates group.docs.getContext "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. Use the method ConfigureIpernityObject(IpernityObject) to configure the object and allow it to interact with Ipernity

See Also