Click or drag to resize
BizFormInfoAuthorizedRoles Property
Hashtable of roles the form is allowed for. RoleId is key and RoleName is value.

Namespace: CMS.OnlineForms
Assembly: CMS.OnlineForms (in CMS.OnlineForms.dll) Version: 9.0.0
Syntax
C#
public SafeDictionary<int, string> AuthorizedRoles { get; }

Property Value

Type: SafeDictionaryInt32, String
See Also