This document is archived and information here might be outdated. Recommended version. |
ArcObjects namespaces > Server > ESRI.ArcGIS.Server > Interfaces > IS > IServerDirectory3 Interface (ArcObjects .NET 10.4 SDK) |
Provides access to members that control the behavior and properties of a server directory to administrators.
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. |
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. |