Click or drag to resize

DocumentApiClientGetDocumentAsyncT Method (String, DocumentHeaderProperties)

Get an existing document based on its Document ID.

Namespace:  ArangoDBNetStandard.DocumentApi
Assembly:  ArangoDBNetStandard (in ArangoDBNetStandard.dll) Version: 1.1.0
Syntax
public virtual Task<T> GetDocumentAsync<T>(
	string documentId,
	DocumentHeaderProperties headers = null
)

Parameters

documentId
Type: SystemString
headers (Optional)
Type: ArangoDBNetStandard.DocumentApi.ModelsDocumentHeaderProperties
The DocumentHeaderProperties values.

Type Parameters

T

Return Value

Type: TaskT

Implements

IDocumentApiClientGetDocumentAsyncT(String, DocumentHeaderProperties)
See Also