This document is archived and information here might be outdated. Recommended version. |
Retrieves job directory for given job.
[Visual Basic .NET]
Public Function get_JobDirectory ( _
ByVal JobID As String _
) As String
[C#]
public string get_JobDirectory (
string JobID
);
[C++]
HRESULT get_JobDirectory(
BSTR JobID,
System.String* pDirPath
);
[C++] Parameters JobID [in]
JobID is a parameter of type BSTR pDirPath [out, retval]
pDirPath is a parameter of type BSTR*