Click or drag to resize
FormUserControlInfoProviderGetFormUserControls Method (String, String)
Returns dataset with all FormUserControlInfo objects.

Namespace: CMS.FormEngine
Assembly: CMS.FormEngine (in CMS.FormEngine.dll) Version: 8.2.23
Syntax
C#
public static InfoDataSet<FormUserControlInfo> GetFormUserControls(
	string where,
	string orderBy
)

Parameters

where
Type: SystemString
Where condition to filter data
orderBy
Type: SystemString
Order by statement to use

Return Value

Type: InfoDataSetFormUserControlInfo
See Also