Class DotNetFileSystemOptions
The options for the DotNetFileSystemFactory and DotNetFileSystem
Inherited Members
Namespace:FubarDev.WebDavServer.FileSystem.DotNet
Assembly:FubarDev.WebDavServer.FileSystem.DotNet.dll
Syntax
public class DotNetFileSystemOptions
Constructors
| Improve this Doc View SourceDotNetFileSystemOptions()
Initializes a new instance of the DotNetFileSystemOptions class.
Declaration
public DotNetFileSystemOptions()
Properties
| Improve this Doc View SourceAllowInfiniteDepth
Gets or sets a value indicating whether infinite path depth is allowed
Declaration
public bool AllowInfiniteDepth { get; set; }
Property Value
Type | Description |
---|---|
Boolean |
AnonymousUserName
Gets or sets the path name for the anonymous user
Declaration
public string AnonymousUserName { get; set; }
Property Value
Type | Description |
---|---|
String |
RootPath
Gets or sets the home path for all users
Declaration
public string RootPath { get; set; }
Property Value
Type | Description |
---|---|
String |