MantisConnect 1.0a2

Request.UserGetFilters Method 

Gets the filters that are available to the current user and the specified project.

[Visual Basic]
Public Function UserGetFilters( _
   ByVal projectId As Integer _
) As DataTable
[C#]
public DataTable UserGetFilters(
   int projectId
);

Parameters

projectId
0: all projects, otherwise project id

Return Value

A table with two columns: id, name

See Also

Request Class | Futureware.MantisConnect Namespace