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
)
Public Function IssueDetailsGet (
IssueId As Integer
) As String
Parameters
- IssueId
- Type: SystemInt32
The issue id to get
Return Value
Type:
StringThe IssueDetails XML message. Any errors are raised as exceptions (eg. issue not found)
See Also