Click or drag to resize

DatabaseItem Property

Gets a DocumentFragment with the given document ID

Namespace:  Couchbase.Lite
Assembly:  Couchbase.Lite (in Couchbase.Lite.dll) Version: 2.1.0-b0232
Syntax
C#
public DocumentFragment this[
	string id
] { get; }

Parameters

id
Type: SystemString
The ID of the DocumentFragment to retrieve

Return Value

Type: DocumentFragment
The DocumentFragment object
See Also