Couchbase Lite .NET Documentation
Couchbase Lite .NET Documentation
Couchbase.Lite
MutableDocument Class
MutableDocument Constructor
MutableDocument Constructor
MutableDocument Constructor (IDictionary(String, Object))
MutableDocument Constructor (String)
MutableDocument Constructor (String, IDictionary(String, Object))
MutableDocument 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.1.0-b0232
Syntax
C#
Copy
public
MutableDocument
(
string
id
,
IDictionary
<
string
,
Object
>
data
)
Parameters
id
Type:
System
String
The ID for the document
data
Type:
System.Collections.Generic
IDictionary
String
,
Object
The properties for the document
See Also
Reference
MutableDocument Class
MutableDocument Overload
Couchbase.Lite Namespace