Show / Hide Table of Contents

Interface IMountPointManager

Manager for mount points

Inherited Members
IMountPointProvider.MountPoints
IMountPointProvider.TryGetMountPoint(Uri, IFileSystem)
Namespace:FubarDev.WebDavServer.FileSystem.Mount
Assembly:FubarDev.WebDavServer.dll
Syntax
public interface IMountPointManager : IMountPointProvider

Methods

| Improve this Doc View Source

Mount(Uri, IFileSystem)

Mount a source to a destination

Declaration
void Mount([NotNull] Uri source, [NotNull] IFileSystem destination)
Parameters
Type Name Description
Uri source

The source path

IFileSystem destination

The destination file system

| Improve this Doc View Source

Unmount(Uri)

Removes a mount from the source

Declaration
void Unmount([NotNull] Uri source)
Parameters
Type Name Description
Uri source

The source path

  • Improve this Doc
  • View Source
Back to top Copyright © 2016-2017 Fubar Development Junker
Generated by DocFX