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

            FolderPermissions = objFolderPermissionController.GetFolderPermissionsCollectionByFolderPath(PortalId, this.FolderPath);
        }