public System.bool IncludeAll {get; set;}
If True, any Folder in the system that is not included in the FolderCollection will be available in the interface. If unchecked, only the Folders in the FolderCollection will be available in the interface.
If True and there are no folders in the FolderCollection, then there is no restriction on folders in the user interface. If False with no folders in the FolderCollection, no folders will be available and the Report Tree will be empty.
public System.bool IncludeAll {get; set;}
Role myRole = api.Roles.GetRole("ReportUser"); myRole.Security.Folders.IncludeAll = false;