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 public IDictionary<string, Object> GetExistingLocalDocument(
string id
)
Parameters
- id
- Type: SystemString
Identifier.
Return Value
Type:
IDictionaryString,
ObjectThe existing local document.
See Also