Click or drag to resize

DocumentToMutable Method

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.0.0-b0520
Syntax
C#
public virtual MutableDocument ToMutable()

Return Value

Type: MutableDocument
A mutable version of the document
See Also