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


IJobRegistry.GetJobDirectory Method (ArcObjects .NET 10.5 SDK)
ArcObjects Library Reference (System)  

IJobRegistry.GetJobDirectory Method

Returns path to job's directory.

[Visual Basic .NET]
Public Function GetJobDirectory ( _
    ByVal JobID As String _
) As String
[C#]
public string GetJobDirectory (
    string JobID
);
[C++]
HRESULT GetJobDirectory(
  BSTR JobID,
  BSTR* Path
);
[C++]

Parameters JobID [in] JobID is a parameter of type BSTR Path [out, retval] Path is a parameter of type BSTR

Product Availability

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

See Also

IJobRegistry Interface