Click or drag to resize
RoleUIElementInfoProviderGetRoleUIElements Method

Note: This API is now obsolete.

Returns all role UI elements.

Namespace: CMS.Modules
Assembly: CMS.Modules (in CMS.Modules.dll) Version: 13.0.131
Syntax
C#
[ObsoleteAttribute("Use IRoleUIElementInfoProvider.Get() instead. To get an instance of the interface's implementation, use dependency injection or access the instance directly - RoleUIElementInfo.Provider.")]
public static ObjectQuery<RoleUIElementInfo> GetRoleUIElements()

Return Value

Type: ObjectQueryRoleUIElementInfo
See Also