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 public Document GetExistingDocument(
string id
)
Parameters
- id
- Type: SystemString
The id of the Document to get.
Return Value
Type:
DocumentThe
Document with the given id, or null if it does not exist.
See Also