RoleUIElementInfoProviderGetRoleUIElements Method (String, String) |
Note: This API is now obsolete.
Returns the RoleUIElementInfo structure for the specified role UI element.
Namespace: CMS.ModulesAssembly: CMS.Modules (in CMS.Modules.dll) Version: 11.0.0
Syntax [ObsoleteAttribute("Use method GetRoleUIElements() instead")]
public static InfoDataSet<RoleUIElementInfo> GetRoleUIElements(
string where,
string orderBy
)
Parameters
- where
- Type: SystemString
Where condition to filter data - orderBy
- Type: SystemString
Order by statement
Return Value
Type:
InfoDataSetRoleUIElementInfoSee Also