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 public Document GetDocument(
string id
)
Parameters
- id
- Type: SystemString
The id of the Document to get or create.
Return Value
Type:
DocumentThe
Document.
See Also