IServerDirectory2 Interface
Provides access to members that control the behavior and properties of a server directory to administrators.
Members
Name | Description | |
---|---|---|
![]() |
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. |
![]() |
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. |
![]() |
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. |
IServerDirectory2.Type Property
The Type of server directory.
Public Property Type As esriServerDirectoryType
public esriServerDirectoryType Type {get; set;}
Inherited Interfaces
Interfaces | Description |
---|---|
IServerDirectory | Provides access to members that control the behavior and properties of a server directory to administrators. |
Classes that implement IServerDirectory2
Classes | Description |
---|---|
ServerDirectory | The ServerDirectory object which provides information about the ServerDirectory. |