Class RootPerUserAccountDirectoryQueryOptions
Options for the RootPerUserAccountDirectoryQuery.
Inherited Members
Namespace: FubarDev.FtpServer.AccountManagement.Directories.RootPerUser
Assembly: FubarDev.FtpServer.Abstractions.dll
Syntax
public class RootPerUserAccountDirectoryQueryOptions
Properties
| Improve this Doc View SourceAnonymousRootDirectory
Gets or sets the anonymous root directory.
Declaration
public string? AnonymousRootDirectory { get; set; }
Property Value
Type | Description |
---|---|
Nullable<String> |
Remarks
Anonymous users will have the root anonymous
if this
property isn't set.
This path is relative to the file systems root path.
AnonymousRootPerEmail
Gets or sets a value indicating whether anonymous users should have their own (per-email) root directory.
Declaration
public bool AnonymousRootPerEmail { get; set; }
Property Value
Type | Description |
---|---|
Boolean |
UserRootDirectory
Gets or sets the normal authenticated users root directory.
Declaration
public string? UserRootDirectory { get; set; }
Property Value
Type | Description |
---|---|
Nullable<String> |
Remarks
This path is relative to the file systems root path.