/// <summary> /// Gets the TabPermissions from the Data Store /// </summary> private void GetFolderPermissions() { FolderPermissionController objFolderPermissionController = new FolderPermissionController(); FolderPermissions = objFolderPermissionController.GetFolderPermissionsCollectionByFolderPath(PortalId, this.FolderPath); }