Central Configuration

Central Configuration List Site URL

The URL of the site where the Central Configuration List is located.

List Name

The name of the list that manages your central configuration.

List View

The name of the view that holds the Site URL and, optionally, the list name that is to be returned by the web part.

List Fields

The field names for Site URL and List Name in the Central Configuration list.

Default: Site URL,List Name

Site XML

Specify the URL to the XML that represents the sites that should be collected. (Example: http://site1.com/sites/site1/sitedirectory.aspx)

The resulting XML must be formatted as: (Specify each URL within a SiteURL node)

<ParentNode> <!-- You Can Alter This Node Title -->

<ChildNode> <!-- You Can Alter This Node Title -->

<SiteURL>http://www.site.com/data.aspx</SiteURL>

<SiteURL>http://www.site2.com/data1.aspx</SiteURL>

</ChildNode>

</ParentNode>