Click or drag to resize

IDefaultDirectoryResolverDefaultDirectory Method

Gets the default directory for a Couchbase Lite database to live in

Namespace:  Couchbase.Lite.DI
Assembly:  Couchbase.Lite (in Couchbase.Lite.dll) Version: 2.0.0-b0713
Syntax
C#
string DefaultDirectory()

Return Value

Type: String
The default directory for a Couchbase Lite database to live in
See Also