Creates a mutable version of a document (i.e. one that
can be edited)
Namespace:
Couchbase.Lite
Assembly:
Couchbase.Lite (in Couchbase.Lite.dll) Version: 2.1.0-b0232
Syntax public virtual MutableDocument ToMutable()
Return Value
Type:
MutableDocumentA mutable version of the document
See Also