public System.bool AllowManagement {get; set;}
If True, users will be able to create root and sub folders, rename folders and delete folders in the user interface. If False, users cannot take action on folders and the Add Folder buttons are hidden from the user interface.
public System.bool AllowManagement {get; set;}
Role myRole = api.Roles.GetRole("ReportUser"); myRole.Security.Folders.AllowManagement = true;