Click or drag to resize

Document Constructor (IDictionaryString, Object)

Creates a document with the given properties

Namespace:  Couchbase.Lite
Assembly:  Couchbase.Lite (in Couchbase.Lite.dll) Version: 2.0.0-b0125
Syntax
C#
public Document(
	IDictionary<string, Object> dictionary
)

Parameters

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