Couchbase Lite .NET Documentation
Couchbase Lite .NET Documentation
Couchbase.Lite
Document Class
Document Constructor
Document Constructor
Document Constructor (IDictionary(String, Object))
Document Constructor (String)
Document Constructor (String, IDictionary(String, Object))
Document Constructor (String, IDictionary
String, Object
)
Creates a document with the given ID and properties
Namespace:
Couchbase.Lite
Assembly:
Couchbase.Lite (in Couchbase.Lite.dll) Version: 2.0.0-b0295
Syntax
C#
Copy
public
Document
(
string
documentID
,
IDictionary
<
string
,
Object
>
dictionary
)
Parameters
documentID
Type:
System
String
The ID for the document
dictionary
Type:
System.Collections.Generic
IDictionary
String
,
Object
The properties for the document
See Also
Reference
Document Class
Document Overload
Couchbase.Lite Namespace