Interface IMountPointManager
Manager for mount points
Inherited Members
Namespace:FubarDev.WebDavServer.FileSystem.Mount
Assembly:FubarDev.WebDavServer.dll
Syntax
public interface IMountPointManager : IMountPointProvider
Methods
| Improve this Doc View SourceMount(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 |
Unmount(Uri)
Removes a mount from the source
Declaration
void Unmount([NotNull] Uri source)
Parameters
Type | Name | Description |
---|---|---|
Uri | source | The source path |