Click or drag to resize

DatabaseGetDocument Method

Gets the Document with the specified ID

Namespace:  Couchbase.Lite
Assembly:  Couchbase.Lite (in Couchbase.Lite.dll) Version: 2.0.0-b0713
Syntax
C#
public Document GetDocument(
	string id
)

Parameters

id
Type: SystemString
The ID to use when creating or getting the document

Return Value

Type: Document
The instantiated document, or null if it does not exist
See Also