Folder

Digest

folderA folder within Cascade contains a group of related assets. From the Dashboard, the Asset Tree to the left is where your folders and all the assets in the system appear.

 assettree 

Clicking on a folder will expand the folder view in the asset tree, revealing the assets and/or subfolder(s) inside. Additionally, clicking on a folder from the asset tree will open it in the main viewing area as well.

Concept

The Base Folder

folderThe Base Folder is the top-level folder for assets and folders located in the Home area.

Within the Home area, all of the assets will have a parent folder, including folders themselves. The top-level folder is called the Base Folder because it is the only folder that does not have a parent. Therefore, the Base Folder is the root folder for all other Home assets in Cascade Server.

When multiple sites are managed within the same instance, the Base Folder may also be used to refer to the top folder for a specific site.

Viewing a Folder


Clicking on a system folder will reveal its contents both in the left asset tree and in the main view. 

elearningfolderex 

The Contents pane is the default view of the folder.  Here you can sort by Name, Folder Order, Last Modified Date, and Last Modified User.  You can also rearrange the order of assets Reordering Assets within the folder on this screen.

If there are images in the folder, clicking the Gallery pane will show thumbnails for each image.  If there are no images in the folder, the system will simply display the message "There are no images in this folder."

Like other assets, the Properties pane will display further information relevant to the folder, including Metadata (System, User, and Custom) and Access Rights.

Publishing a Folder

publishfolder

To publish a folder, simply select the folder from the left asset tree, and select the Publish tab. All available targets and destinations for that folder will be listed and can be checked or unchecked as desired. Each output type, such as HTML, PDF, WMA, XML, etc. will have its own target/destination. When a folder is published, all pages and subfolders within that folder will be published.

Check whether you would like a publish report generated. This report will appear in your dashboard, under messages, and will alert you to any problems.

Moving a Page to a Different Folder in Cascade


URLs are defined by the folder location inside the system. For example, if www.hannonhill.com/news/2005/updates.htm were moved from the 2005 folder to the 2006 folder, the URL would now be www.hannonhill.com/news/2006/updates.htm. The system itself automatically updates all links throughout the system.

When a page is moved and a URL is changed, however, links outside the system (on other websites or bookmarked in visitors’ browsers) will still link to the old address. To resolve this issue, Cascade Server allows ‘redirects.’ A redirect is stored with the asset, and simply tells the system that when someone tries to navigate to the old URL, it will automatically redirect their browser to the new location.

Folder Capabilities and Insight

folderFolders may:

  • be nested

  • have workflows assigned for assets they contain (via the 'Workflows' tab)

  • have access restrictions (configured via the 'Access' tab)

While there are no restrictions on what types of assets can be placed in a folder, it is important to note that a well-reasoned folder structure is important for organizing and regulating access to assets in the CMS.

In Cascade Server 4.0 and above, folders appearing outside of the 'Home' area (and most commonly in Cascade’s ‘Administration’ area), are known as 'containers'.

FAQs

  • How do Folder Access Rights Work?

Technical

Creating a Folder

A folder within the CMS is a way to group related assets.

To create a folder:

  1. On the top navigation menu, select New -> Default -> Folder.

  2. On the System pane:
    Name - Select a name for the folder; if it is a folder to be published, no spaces are allowed.
    Parent Folder
    - By default, the new folder will be placed into the current folder. This can be overridden by selecting a new parent folder from the chooser.
    Publish - This determines whether the folder will be published.
    Indexing - This determines whether the folder will be indexed for dynamic navigation.

  3. On the Metadata pane:
    Input the desired metadata values.

  4. Click Submit to save your new folder.

createnewfolder

**Additional Notes - In lieu of folders, the Administration area uses 'containers' to organize components.

Assigning Workflows to Folders

To have a workflow process invoked for any given asset, the workflow must be assigned at the folder level. Multiple workflows can be assigned to a single folder. When an asset is edited, copied, published, or deleted, the system determines which assigned workflows apply to the user's action and allow the user to select from a list of available workflows.

To attach a workflow to a folder:

  1. In the home area, use the left asset tree to locate and choose the desired folder.

  2. Click the Workflow tab.

  3. Under Workflow Options:
    None required - Selecting this button will allow all users to bypass all workflow options.
    Inherit from parent folder - If there are workflows assigned to a parent folder, selecting this button will apply those workflow options to the current folder.
    Do not inherit - Selecting this will prevent workflows from being inherited from a parent folder, and will allow you to assign workflows at current folder.
    Apply to child folders - Checking this box will allow child folders to inherit the workflows set at this folder level.

  4. If you are adding one or more workflows at this level, click the workflow icon next to Add Workflow to open the Workflow chooser.

  5. Navigate to the desired workflow and click Submit to close the window.

  6. You may attach additional Workflows if desired.

  7. Click Submit to save your changes.

assignworkflowtofolder

Reordering Assets Within a Folder in Cascade

Asset reorderingis a feature that enables you to manually change the order of assets within a folder. This is useful in creating dynamic navigation menus because you can customize the order in which indexed assets appear in the menu.

To reorder assets within a folder:

  1. Open the folder in which the assets to be reordered reside.

  2. Under the Actions column, next to each asset, are a series of icons including double up and single up arrows, as well as down and double down arrows.

  3. Clicking on one of the single up or down arrows will move the associated asset up or down one place.

  4. Clicking on one of the double up or down arrows will move the associated asset up to the top of the list or down to the bottom.

  5. There is no Submit button for this action; assets are moved instantly and can be reordered as desired.

reorderassets

**Additional Notes - The left asset tree orders all assets alphabetically for ease of use, and therefore will not necessarily reflect the actual manually managed asset order inside a given folder.

Additional Insight on Folder Access Rights (For Administrators and Managers)

Folder access rights can be a source of confusion for new users to the CMS. Similar to any system that attempts to find a balance between simplicity and complexity, the CMS implements an access rights approach that attempts to address the many contingencies that can arise with designing a permissions scheme for an organization's managed assets.

Cascade Server currently makes use of Unix-style access rights with folder assets which means that there is no way to configure access for separate groups on one folder asset. Each folder may only permit access for one group, a single user, or all users.

For example, suppose there are three groups within the system that require separate permissions policies from one another. Group A needs full read and write access while Group B simply requires read access and Group C needs to be completely locked out of the folder. Access rights in the CMS would allow Group A to edit/copy existing assets as well as create new ones that will reside in the folder, which can be achieved by choosing "Group A" from the "Group" field dropdown list in the Access dialog for the folder and selecting the "Edit/New" radio button. In terms of satisfying the granular requirements for Group B and Group C, an administrator must accept a current limitation with folder access rights. An administrator cannot assign read-only access to an additional group and also lock out another group when specific group access has already been configured as is the case with Group A. Both groups will either need to accept read-only access or both be locked out of the folder since the only other option that the administrator has is to configure the "All Users" field which allows for any user, regardless of their group, to either edit/create, read, or have no access to the folder assets.

The likely decision for Group B and Group C is to permit read access for all users since this will naturally apply to both groups. Although it is not ideal, read access still provides a security measure against unauthorized edits to folder assets by Group B or Group C, since Group A is the only group of users who may create, read, update, or delete assets.

Assigning Permissions

Permissions determine which users or groups have access to a specific folder or asset. You may grant read or write permissions to multiple individual users, or multiple groups.

To specify permissions for a folder or asset:

  1. Select the folder or asset from the left asset tree

  2. Click on the Access tab.

  3. To specify one or more users, select each desired user from the Unassigned box, and click the green forward arrow to bring them into the Read box. Once users have been entered into Read box, you can then select from those users which ones you want to have Write access. Users left in the Unassigned box will have the default permissions level, as specified under All.

  4. To specify one or more groups, select each desired group from the Unassigned box, and click the green forward arrow to bring them into the Read box. Once groups have been entered into Read box, you can then select from those groups which ones you want to have Write access. Groups left in the Unassigned box will have the default permissions level, as specified under All.

  5. You may also restrict the folder or asset for all users by selecting the appropriate radio button under All. This will determine the default level of permissions for any users not specified above.

  6. If you are defining permissions for a folder, select whether or not these permissions should be replicated for all child folders by checking or unchecking Apply to children.

  7. Click Submit to save your changes.

user access screen

PLEASE NOTE - If a user or group is given read or write access to a child folder, read access is automatically granted to all parent folders and higher to facilitate navigation to the specified folder.

Folder References

Related Links