Show / Hide Table of Contents

Class DotNetFileSystemOptions

The options for the DotNetFileSystemFactory and DotNetFileSystem

Inheritance
Object
DotNetFileSystemOptions
Inherited Members
Object.Equals(Object)
Object.Equals(Object, Object)
Object.GetHashCode()
Object.GetType()
Object.MemberwiseClone()
Object.ReferenceEquals(Object, Object)
Object.ToString()
Namespace:FubarDev.WebDavServer.FileSystem.DotNet
Assembly:FubarDev.WebDavServer.FileSystem.DotNet.dll
Syntax
public class DotNetFileSystemOptions

Constructors

| Improve this Doc View Source

DotNetFileSystemOptions()

Initializes a new instance of the DotNetFileSystemOptions class.

Declaration
public DotNetFileSystemOptions()

Properties

| Improve this Doc View Source

AllowInfiniteDepth

Gets or sets a value indicating whether infinite path depth is allowed

Declaration
public bool AllowInfiniteDepth { get; set; }
Property Value
Type Description
Boolean
| Improve this Doc View Source

AnonymousUserName

Gets or sets the path name for the anonymous user

Declaration
public string AnonymousUserName { get; set; }
Property Value
Type Description
String
| Improve this Doc View Source

RootPath

Gets or sets the home path for all users

Declaration
public string RootPath { get; set; }
Property Value
Type Description
String
  • Improve this Doc
  • View Source
Back to top Copyright © 2016-2017 Fubar Development Junker
Generated by DocFX