Click or drag to resize

MutableDocument Constructor (String, IDictionaryString, Object)

Creates a document with the given ID and properties

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

Parameters

id
Type: SystemString
The ID for the document
data
Type: System.Collections.GenericIDictionaryString, Object
The properties for the document
See Also