FilterSelectorPanel LoadFilters Method A Sandcastle Documented Class Library
Loads the filters that are in the target directory from the full list of filters.

Namespace: P4s3Web
Assembly: P4s3Web (in P4s3Web.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax

private void LoadFilters(
	Dictionary<string, FilterSelectorPanelEntry> cntrls,
	DataSet data,
	string currFolderId
)

Parameters

cntrls
Type: System.Collections.Generic Dictionary String, FilterSelectorPanelEntry 
data
Type: System.Data DataSet
currFolderId
Type: System String
See Also