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


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

IServerObjectAdmin6.GetInputDir Method

Returns the input directory for the given Server Object Configuration.

[Visual Basic .NET]
Public Function GetInputDir ( _
    ByVal cfgName As String, _
    ByVal cfgType As String _
) As String
[C#]
public string GetInputDir (
    string cfgName,
    string cfgType
);
[C++]
HRESULT GetInputDir(
  BSTR cfgName,
  BSTR cfgType
);
[C++]
Parameters
cfgName [in]

cfgName is a parameter of type BSTR cfgType [in]
cfgType is a parameter of type BSTR

Product Availability

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

See Also

IServerObjectAdmin6 Interface