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

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

Parameters

roleId
Type: SystemInt32
Role ID.
formId
Type: SystemInt32
Form ID.
cancellationToken (Optional)
Type: SystemNullableCancellationToken
The cancellation instruction.

Return Value

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

Implements

IBizFormRoleInfoProviderGetAsync(Int32, Int32, NullableCancellationToken)
See Also