| FormUserControlInfoProviderGetFormUserControlsInternal Method (String, String) | 
            Returns dataset with all FormUserControlInfo objects.
            
 
Namespace: CMS.FormEngineAssembly: CMS.FormEngine (in CMS.FormEngine.dll) Version: 8.2.23
Syntaxprotected virtual InfoDataSet<FormUserControlInfo> GetFormUserControlsInternal(
	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