Click or drag to resize

DatabaseGetDocument Method

Gets or creates the Document with the given id.

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

Parameters

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

Return Value

Type: Document
The Document.
See Also