Click or drag to resize

DatabaseItem Property

Bracket operator for retrieving DocumentFragment objects

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

Parameters

id
Type: SystemString
The ID of the DocumentFragment to retrieve

Return Value

Type: DocumentFragment
The instantiated DocumentFragment
See Also