Click or drag to resize

IDefaultDirectoryResolver Interface

An interface for resolving the default directory for a Couchbase Lite database since we may be operating in a sandboxed environment

Namespace:  Couchbase.Lite.DI
Assembly:  Couchbase.Lite (in Couchbase.Lite.dll) Version: 2.1.0-b0232
Syntax
C#
public interface IDefaultDirectoryResolver

The IDefaultDirectoryResolver type exposes the following members.

Methods
  NameDescription
Public methodDefaultDirectory
Gets the default directory for a Couchbase Lite database to live in
Top
See Also