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

Namespace: CMS.FormEngine
Assembly: CMS.FormEngine (in CMS.FormEngine.dll) Version: 9.0.0
Syntax
C#
protected virtual InfoDataSet<FormUserControlInfo> GetFormUserControlsInternal(
	string columns,
	string where,
	string orderBy
)

Parameters

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

Return Value

Type: InfoDataSetFormUserControlInfo
See Also