Returns whether or not a database with the given name
exists in the given directory
Namespace:
Couchbase.Lite
Assembly:
Couchbase.Lite (in Couchbase.Lite.dll) Version: 2.0.0-b0364
Syntax public static bool Exists(
string name,
string directory
)
Parameters
- name
- Type: SystemString
The name of the database to search for - directory
- Type: SystemString
The directory to search in
Return Value
Type:
Booleantrue if the database exists in the directory, otherwise
falseSee Also