Click or drag to resize

DatabaseGetExistingLocalDocument Method

Gets the local document with the given id, or null if it does not exist.

Namespace:  Couchbase.Lite
Assembly:  Couchbase.Lite (in Couchbase.Lite.dll) Version: 1.4.1-b107
Syntax
C#
public IDictionary<string, Object> GetExistingLocalDocument(
	string id
)

Parameters

id
Type: SystemString
Identifier.

Return Value

Type: IDictionaryString, Object
The existing local document.
See Also