IServerDirectory3 Interface
Provides access to members that control the behavior and properties of a server directory to administrators.
Members
Name | Description | |
---|---|---|
![]() |
CanAddNew | Indicates whether we can add a new server directory of this type. |
![]() |
CanDelete | Indicates whether this server directory can be deleted. |
![]() |
CanEdit | Indicates whether this server directory can be edited. |
![]() |
CleaningMode | The mode by which the files in the server directory are cleaned (by age, by size or none). |
![]() |
Description | The description of the server directory. |
![]() |
IsPrivate | Indicates whether this is a private server directory. |
![]() |
MaxFileAge | The maximum age (in seconds) a file can be in the server directory before it is deleted, if the cleaning mode is by file age. |
![]() |
Name | The name of server directory. |
![]() |
Path | The path of the server directory. |
![]() |
Type | The Type of server directory. |
![]() |
URL | The URL of the virtual directory that maps to the physical directory as described by the Path property. |
IServerDirectory3.CanAddNew Property
Indicates whether we can add a new server directory of this type.
Public ReadOnly Property CanAddNew As Boolean
public bool CanAddNew {get;}
IServerDirectory3.CanDelete Property
Indicates whether this server directory can be deleted.
Public ReadOnly Property CanDelete As Boolean
public bool CanDelete {get;}
IServerDirectory3.CanEdit Property
Indicates whether this server directory can be edited.
Public ReadOnly Property CanEdit As Boolean
public bool CanEdit {get;}
IServerDirectory3.IsPrivate Property
Indicates whether this is a private server directory.
Public ReadOnly Property IsPrivate As Boolean
public bool IsPrivate {get;}
IServerDirectory3.Name Property
The name of server directory.
Public Property Name As String
public string Name {get; set;}
Inherited Interfaces
Interfaces | Description |
---|---|
IServerDirectory2 | Provides access to members that control the behavior and properties of a server directory to administrators. |
IServerDirectory | Provides access to members that control the behavior and properties of a server directory to administrators. |
Classes that implement IServerDirectory3
Classes | Description |
---|