Click or drag to resize
IBizFormRoleInfoProviderGetAsync Method
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#
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.
See Also