Click or drag to resize

RMTrackServiceIssueDetailsGet Method (Int32)

Gets the issue details for a specified issue. Not available from COM clients (COM clients must specify an IssueDetailsOption value).

Namespace:  RMTrackApiClient
Assembly:  RMTrackApiClient (in RMTrackApiClient.dll) Version: 6.0.66.2974
Syntax
public string IssueDetailsGet(
	int IssueId
)

Parameters

IssueId
Type: SystemInt32
The issue id to get

Return Value

Type: String
The IssueDetails XML message. Any errors are raised as exceptions (eg. issue not found)
See Also