Database.GetDocument Method |
Namespace:
Couchbase.Lite
Assembly:
Couchbase.Lite (in Couchbase.Lite.dll) Version: 0.0.0
Syntaxpublic Document GetDocument(
string id
)
Parameters
- id
- Type: System.String
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