Document Constructor (String) |
Creates a document given an ID
Namespace:
Couchbase.Lite
Assembly:
Couchbase.Lite (in Couchbase.Lite.dll) Version: 2.0.0-b0364
Syntax public Document(
string documentID
)
Parameters
- documentID
- Type: SystemString
The ID for the document
See Also