Interface IFileSystemFactory
The file system factory
Namespace:FubarDev.WebDavServer.FileSystem
Assembly:FubarDev.WebDavServer.dll
Syntax
public interface IFileSystemFactory
Methods
| Improve this Doc View SourceCreateFileSystem(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 |