Click or drag to resize

IDatabaseItem Property

Bracket operator for retrieving IDocuments

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

Parameters

id
Type: SystemString
The ID of the IDocument to retrieve

Return Value

Type: IDocument
The instantiated IDocument
Exceptions
ExceptionCondition
ThreadSafetyViolationExceptionThrown if an invalid access attempt is made
See Also