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


IServerObjectAdmin6.GetInputDir Method (ArcObjects .NET 10.5 SDK)
ArcObjects Library Reference (Server)  

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,
  BSTR* dir
);
[C++]

Parameters cfgName [in] cfgName is a parameter of type BSTR cfgType [in] cfgType is a parameter of type BSTR dir [out, retval] dir is a parameter of type BSTR

Product Availability

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

See Also

IServerObjectAdmin6 Interface