| UIElementInfoProviderGetUIElements Method (String, String, Int32) | 
            Returns DataSet with specified UI elements.
            
 
Namespace: CMS.ModulesAssembly: CMS.Modules (in CMS.Modules.dll) Version: 10.0.0
 Syntax
Syntaxpublic static InfoDataSet<UIElementInfo> GetUIElements(
	string where,
	string orderBy,
	int topN
)
Parameters
- where
- Type: SystemString
 Where condition to filter data
- orderBy
- Type: SystemString
 Order by statement
- topN
- Type: SystemInt32
 Specifies number of returned records
Return Value
Type: 
InfoDataSetUIElementInfo See Also
See Also