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

Gets the data from the database for populating various filters

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

Syntax

C#
public DataTable GetFilterData(
	int groupId,
	string filterType
)
Visual Basic (Declaration)
Public Function GetFilterData ( _
	groupId As Integer, _
	filterType As String _
) As DataTable
Visual C++
public:
DataTable^ GetFilterData(
	int groupId, 
	String^ filterType
)

Parameters

groupId
Type: System..::.Int32
The unique id of the group
filterType
Type: System..::.String
The name of the filter

Return Value

The datatable that has the name value paid for the filter

See Also