NonMemberPermissions
Allows you to set the category access permissions that you want role non-members to have. Separate multiple permissions with commas. There must be no space before or after a comma.
The following permissions are available:
-
None. Role non-members cannot view or access the category in any way.
-
Read. Role non-members can see the category in the hierarchy, view its details (training, terms and weights and so on), find documents that belong to it by using the CategoryQuery action, and return it as a result for the CategorySuggestFromCategory, CategorySuggestFromDocument, and CategorySuggestFromText actions.
-
Edit. Role non-members can edit the category training (by using the CategorySetTraining action), and delete the category (provided that the role members also have
Edit
permission for any children that the role has, because IDOL Server always deletes category children with the category, even if you set Recurse toFalse
). -
CreateChildren. Role non-members can create child categories (by using the CategoryCreate action).
-
All. Role non-members have
Read
,Edit
, andCreateChildren
permissions.
Actions: | CategorySetPermissions |
Type: | String |
Default: | |
Example: | NonMemberPermissions=Read
|
See Also: | MemberPermissions
Recurse |