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: 0.0.0
Syntax
C#
public MutableDocument(
	string documentID,
	IDictionary<string, Object> dictionary
)

Parameters

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