MantisConnect 1.0a2

Request.IssueExists Method 

Check if there exists an issue with the specified id.

[Visual Basic]
Public Function IssueExists( _
   ByVal issueId As Integer _
) As Boolean
[C#]
public bool IssueExists(
   int issueId
);

Parameters

issueId
Id of issue to check for.

Return Value

true: exists, false: does not exist

See Also

Request Class | Futureware.MantisConnect Namespace