MantisConnect 1.0a2

Request.IssueGetLastId Method 

Get the id of the last "reported" issue that is accessible to the logged in user.

[Visual Basic]
Public Function IssueGetLastId() As Integer
[C#]
public int IssueGetLastId();

Return Value

0: no issues accessible to logged in user, otherwise Id of the last reported issue.

Remarks

This is useful for applications that need to know when new issues are being submitted to refresh a certain view or do something with such knowledge.

See Also

Request Class | Futureware.MantisConnect Namespace