Click or drag to resize

DatabaseGetExistingDocument Method

Gets the Document with the given id, or null if it does not exist.

Namespace:  Couchbase.Lite
Assembly:  Couchbase.Lite (in Couchbase.Lite.dll) Version: 1.4.1-b107
Syntax
C#
public Document GetExistingDocument(
	string id
)

Parameters

id
Type: SystemString
The id of the Document to get.

Return Value

Type: Document
The Document with the given id, or null if it does not exist.
See Also