Primary Content The Primary Content page is default category. You need to configure one or more elements in this page to get started using this web part. Primary Content contains the following: Table 2. Primary Content Element Description Title Allows you to enter a title for the Web Part, or accept the default. This field is mandatory. Configuration See Configuration. Configuration This property defines the source list and behavior of the cascading menu. The Configuration element can contain one or more Menu elements. Each menu element can read a different source. You can define the following in the Configuration section: Table 3. Configuration Field Description Advanced Mode Turn on Advanced Mode if you want to edit Configuration in XML format: <Configuration> <Menu SiteUrl="url" ListName="listName" FilterExpression="filterExpression" TextFieldName="Text" MenuIdFieldName="Menu Id" TargetUrlFieldName="Target Url" TargetFieldName="Target" IconUrlFieldName="Icon Url" AccessKeyFieldName="Access Key" CultureFieldName="Culture" ShowUserGroups="Group1, Group2" HideUserGroups="Group1, Group2" CheckUserAccess="true/false"/></Configuration> Site URL Allows you to set the URL to the site that contains the list to be searched. The URL can be absolute (http://...) or relative to the current page URL. This attribute is mandatory. When using a relative URL, you can use a single dot (.) to denote the current path, a double dot (..) to denote the previous path, and a slash (/) to denote the root path. List Name Allows you to enter the name of the list. The name is case sensitive. If the name of the list contains spaces, include the spaces in the List Name. List Type Indicates the type of the list selected. This is a read-only field and displays for all available list templates. Filter Expression Allows you to filter the data. The Complex Filter Expression to filter the data. For more information, see Complex Filters Text Field Name Allows you to set the field that contains the text for the menu item. Menu ID Field Name Allows you to set the name of the field that contains the menu ID for the menu item. Parent Menu ID Field Name Allows you to set the name of the field that contains the parent ID for the menu item. Target URL Field Name Allows you to set the name of the field that contains the indicator of where to open the target URL. Target Field Name Allows you to set the name of the field that contains the indicator of where to open the target page. Icon URL Field Name Allows you to set the name of the field that contains the icon URL for the menu item. Culture Field Name Allows you to set the name of the field that contains the culture for the menu item. Access Key Field Name Allows you to set the name of the field that contains the access key for the menu item. Show User Groups Allows you to show groups where the user is a member of one of the SharePoint groups listed. Separate site group names with commas. Hide User Groups Allows you to hide groups where the user is member of one of the SharePoint groups listed. Separate site group names with commas. Check User Access Allows you to show only the menu items that point to the workspace which the current can access. NOTE: Performance can be affected when checking the access for each menu item, especially for large menus. Also, make sure that every menu item points to a page in a SharePoint site that is reachable from the current site (as opposed to any external site such as MSN, Google)