Click or drag to resize

IPropertyContainerGetSubdocument Method

Gets the ISubdocument for the given key

Namespace:  Couchbase.Lite
Assembly:  Couchbase.Lite (in Couchbase.Lite.dll) Version: 2.0.0-b0033
Syntax
C#
ISubdocument GetSubdocument(
	string key
)

Parameters

key
Type: SystemString
The key to check

Return Value

Type: ISubdocument
The value stored in the given key, or null if it doesn't exist or is not an ISubdocument
Exceptions
ExceptionCondition
ThreadSafetyViolationExceptionThrown if an invalid access attempt is made
See Also