This document is archived and information here might be outdated. Recommended version. |
ArcObjects namespaces > Server > ESRI.ArcGIS.Server > Interfaces > IS > IServerObjectAdmin6 Interface > IServerObjectAdmin6.GetInputDir Method (ArcObjects .NET 10.4 SDK) |
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