public Folder NewFolder()
Role myRole = api.Roles.GetRole("ReportUser"); myRole.Security.Folders.IncludeAll = false; Folder f = myRole.Security.Folders.NewFolder(); f.Name = "My Reports"; api.SaveConfigToFile();
FolderCollection Class FolderCollection Members