Click or drag to resize

MutableDocument Constructor (String)

Creates a document given an ID

Namespace:  Couchbase.Lite
Assembly:  Couchbase.Lite (in Couchbase.Lite.dll) Version: 2.0.0-b0713
Syntax
C#
public MutableDocument(
	string id
)

Parameters

id
Type: SystemString
The ID for the document
See Also