com.esri.arcgis.server
Interface IServerDirectoryInfo2
- All Superinterfaces:
- IServerDirectoryInfo, java.io.Serializable
- All Known Implementing Classes:
- IServerDirectoryInfo2Proxy, ServerDirectoryInfo
- public interface IServerDirectoryInfo2
- extends IServerDirectoryInfo, java.io.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. |
getType
public int getType()
throws java.io.IOException,
AutomationException
- The Type of server directory.
- Returns:
- A com.esri.arcgis.server.esriServerDirectoryType constant
- Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.