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. Configuration See Configuration. Configuration This property defines the source list and behavior of the Panel Menu. The Configuration element can contain one or more Menu elements. Each menu element can read a different source. The following are the elements for the Configuration section: Table 3. Configuration Element Description Advanced Mode Turn on 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. Filter Expression Allows you to filter the data. The Complex Filter Expression to filter the data. For more information, see Complex Filters Menu ID Field Name Allows you to set the name of the field that contains the text for the menu item. This attribute is optional if the field name is Text. Parent Menu ID Field Name Allows you to set the name of the field that contains the parent ID for the menu item. This attribute is optional if the field name is Parent Menu ID. Target URL Field Name Allows you to set the name of the field that contains the indicator of where to open the target URL. This attribute is optional if the field name is 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. This attribute is optional if the field name is Target. Icon URL Field Name Allows you to set the name of the field that contains the icon URL for the menu item. This attribute is optional if the field name is Icon Url. Culture Field Name Allows you to set the name of the field that contains the culture for the menu item. This attribute is optional if the field name is Culture. Access Key Field Name Allows you to set the name of the field that contains the access key for the menu item. This attribute is optional if the field name is Access Key. 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 a 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 Google®)