FormUserControlInfoProviderGetFormUserControls Method (String, String, String) |
Note: This API is now obsolete.
Returns dataset with all FormUserControlInfo objects.
Namespace: CMS.FormEngineAssembly: CMS.FormEngine (in CMS.FormEngine.dll) Version: 11.0.0
Syntax [ObsoleteAttribute("Use method GetFormUserControls() instead")]
public static InfoDataSet<FormUserControlInfo> GetFormUserControls(
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:
InfoDataSetFormUserControlInfoSee Also