Show / Hide Table of Contents

Interface IFileSystemFactory

The file system factory

Namespace:FubarDev.WebDavServer.FileSystem
Assembly:FubarDev.WebDavServer.dll
Syntax
public interface IFileSystemFactory

Methods

| Improve this Doc View Source

CreateFileSystem(ICollection, IPrincipal)

Gets the IFileSystem instance for the given principal

Declaration
[NotNull]
IFileSystem CreateFileSystem([CanBeNull] ICollection mountPoint, [NotNull] IPrincipal principal)
Parameters
Type Name Description
ICollection mountPoint

The mount point where this file system should be included

IPrincipal principal

The current principal to get the IFileSystem instance for

Returns
Type Description
IFileSystem

The IFileSystem instance for the principal

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