Skip to content

Set Text Role Permission

Sets the text permissions for a role.

Permissions

Command KindNeeded User Kind
WriteAdmin, Sys

Parameters

NameTypeDescriptionRequiredDefaultValues
PermissionstringText permissions of the role: [None], [Read] or [Write].yes
Rolearray of stringName of the role ([Role]).yes
Textarray of stringName of the text ([Text]).yes

Result

No fields

Code

text
SET TEXT ROLE PERMISSION
PERMISSION=[string, Needed]
ROLE=[string, Multiple, Needed]
TEXT=[string, Multiple, Needed]