Click or drag to resize

IDatabaseCreateDocument Method

Creates a new IDocument with a unique ID

Namespace:  Couchbase.Lite
Assembly:  Couchbase.Lite (in Couchbase.Lite.dll) Version: 2.0.0-b0033
Syntax
C#
IDocument CreateDocument()

Return Value

Type: IDocument
The created document
See Also