com.esri.arcgis.server
Interface IServerDirectoryInfo2

All Superinterfaces:
IServerDirectoryInfo, Serializable
All Known Implementing Classes:
IServerDirectoryInfo2Proxy, ServerDirectoryInfo

public interface IServerDirectoryInfo2
extends IServerDirectoryInfo, Serializable

Provides access to properties of a server directory.

Product Availability

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


Method Summary
 int getType()
          The Type of server directory.
 
Methods inherited from interface com.esri.arcgis.server.IServerDirectoryInfo
getCleaningMode, getDescription, getMaxFileAge, getPath, getURL
 

Method Detail

getType

int getType()
            throws IOException,
                   AutomationException
The Type of server directory.

Product Availability

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

Returns:
A com.esri.arcgis.server.esriServerDirectoryType constant
Throws:
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.