Click or drag to resize

DatabaseDelete Method (String, String)

Deletes the contents of a database with the given name in the given directory

Namespace:  Couchbase.Lite
Assembly:  Couchbase.Lite (in Couchbase.Lite.dll) Version: 2.0.0-b0520
Syntax
C#
public static void Delete(
	string name,
	string directory
)

Parameters

name
Type: SystemString
The name of the database to delete
directory
Type: SystemString
The directory to search in
See Also