Click or drag to resize
RoleUIElementInfoProviderAdd Method
Creates RoleUIElementInfo binding.

Namespace: CMS.Modules
Assembly: CMS.Modules (in CMS.Modules.dll) Version: 13.0.131
Syntax
C#
public virtual void Add(
	int roleId,
	int uiElementId
)

Parameters

roleId
Type: SystemInt32
Role ID.
uiElementId
Type: SystemInt32
UI element ID.

Implements

IRoleUIElementInfoProviderAdd(Int32, Int32)
See Also