Click or drag to resize
BizFormInfoIsFormAllowedForRole Method
Indicates whether form is allowed for specified role.

Namespace: CMS.OnlineForms
Assembly: CMS.OnlineForms (in CMS.OnlineForms.dll) Version: 8.2.23
Syntax
C#
public bool IsFormAllowedForRole(
	int roleId
)

Parameters

roleId
Type: SystemInt32
Role id

Return Value

Type: Boolean
See Also