ArcObjects Library Reference (Server)  

IServerDirectory3 Interface

Provides access to members that control the behavior and properties of a server directory to administrators.

Product Availability

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

Members

Description
Read-only property CanAddNew Indicates whether we can add a new server directory of this type.
Read-only property CanDelete Indicates whether this server directory can be deleted.
Read-only property CanEdit Indicates whether this server directory can be edited.
Read/write property CleaningMode The mode by which the files in the server directory are cleaned (by age, by size or none).
Read/write property Description The description of the server directory.
Read-only property IsPrivate Indicates whether this is a private server directory.
Read/write 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/write property Name The name of server directory.
Read/write property Path The path of the server directory.
Read/write property Type The Type of server directory.
Read/write property URL The URL of the virtual directory that maps to the physical directory as described by the Path property.

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.