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