Click or drag to resize
RoleUIElementInfoProviderSetRoleUIElementInfo Method

Note: This API is now obsolete.

Sets (updates or inserts) specified role UI element.

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

Parameters

infoObj
Type: CMS.ModulesRoleUIElementInfo
RoleUIElement to set
See Also