DatabaseGetDocument Method |
Namespace:
Couchbase.Lite
Assembly:
Couchbase.Lite (in Couchbase.Lite.dll) Version: 2.0.0-b0295
Syntax public Document GetDocument(
string id
)
Parameters
- id
- Type: SystemString
The ID to use when creating or getting the document
Return Value
Type:
DocumentThe instantiated document, or
null if it does not exist
See Also