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