Click or drag to resize
RoleUIElementInfoProviderGetAsync Method (Int32, Int32, NullableCancellationToken)
Asynchronously gets an instance of the RoleUIElementInfo binding structure.

Namespace: CMS.Modules
Assembly: CMS.Modules (in CMS.Modules.dll) Version: 13.0.131
Syntax
C#
public virtual Task<RoleUIElementInfo> GetAsync(
	int roleId,
	int uiElementId,
	Nullable<CancellationToken> cancellationToken = null
)

Parameters

roleId
Type: SystemInt32
Role ID.
uiElementId
Type: SystemInt32
UI element ID.
cancellationToken (Optional)
Type: SystemNullableCancellationToken
The cancellation instruction.

Return Value

Type: TaskRoleUIElementInfo
Returns a task returning either an instance of RoleUIElementInfo corresponding to given identifiers or null.

Implements

IRoleUIElementInfoProviderGetAsync(Int32, Int32, NullableCancellationToken)
See Also