Click or drag to resize

MutableDocument Constructor (IDictionaryString, Object)

Creates a document with the given properties

Namespace:  Couchbase.Lite
Assembly:  Couchbase.Lite (in Couchbase.Lite.dll) Version: 2.0.0-b0713
Syntax
C#
public MutableDocument(
	IDictionary<string, Object> data
)

Parameters

data
Type: System.Collections.GenericIDictionaryString, Object
The properties of the document
See Also