Show / Hide Table of Contents

Interface IDefaultDirectoryResolver

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.dll
Syntax
public interface IDefaultDirectoryResolver

Methods

| Improve this Doc View Source

DefaultDirectory()

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

Declaration
string DefaultDirectory()
Returns
Type Description
System.String

The default directory for a Couchbase Lite database to live in

  • Improve this Doc
  • View Source
In This Article
Back to top Generated by DocFX