[This is preliminary documentation and is subject to change.]

Gets all the filters

Namespace:  OfficeClip.DBLayer.Tracker
Assembly:  OfficeClip.DBLayer (in OfficeClip.DBLayer)
Version: 8.1.1.0

Syntax

C#
public DataTable GetFilters(
	int projectId,
	int userId
)
Visual Basic (Declaration)
Public Function GetFilters ( _
	projectId As Integer, _
	userId As Integer _
) As DataTable
Visual C++
public:
DataTable^ GetFilters(
	int projectId, 
	int userId
)

Parameters

projectId
Type: System..::.Int32
The project id of the project
userId
Type: System..::.Int32
The unique id for the user

Return Value

The number of projects

See Also