This document is archived and information here might be outdated. Recommended version. |
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