This document is archived and information here might be outdated.  Recommended version.


IServerDirectoryInfo2 Interface (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > Server > ESRI.ArcGIS.Server > Interfaces > IS > IServerDirectoryInfo2 Interface
ArcGIS Developer Help

IServerDirectoryInfo2 Interface

Provides access to properties of a server directory.

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.

Members

Name Description
Read-only property CleaningMode The mode by which the files in the server directory are cleaned (by age, by size or none).
Read-only property Description The description of the server directory.
Read-only property 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.
Read-only property Path The path of the output directory.
Read-only property Type The Type of server directory.
Read-only property URL The URL of the virtual directory that maps to the physical directory as described by the Path property.

Inherited Interfaces

Interfaces Description
IServerDirectoryInfo Provides access to properties of a server directory.

Classes that implement IServerDirectoryInfo2

Classes Description
ServerDirectoryInfo The ServerDirectoryInfo object which provides access to properties of a server output directory.