Click or drag to resize

Manager Constructor (DirectoryInfo, ManagerOptions)

Initializes a Manager that stores Databases in the given directory.

Namespace:  Couchbase.Lite
Assembly:  Couchbase.Lite (in Couchbase.Lite.dll) Version: 1.4.1-b107
Syntax
C#
public Manager(
	DirectoryInfo directoryFile,
	ManagerOptions options
)

Parameters

directoryFile
Type: System.IODirectoryInfo
DirectoryInfo object for initializing the Manager object.
options
Type: Couchbase.LiteManagerOptions
Option flags for initialization.
Exceptions
ExceptionCondition
DirectoryNotFoundExceptionThrown when there is an error while accessing or creating the given directory.
See Also