Skip to main content

SetRole

Sets the role to the current form.

Syntax

expression.SetRole(role);

expression - A variable that represents a ApiFormBase class.

Parameters

NameRequired/OptionalData typeDefaultDescription
roleRequiredstringThe role which will be attached to the current form.

Returns

boolean