Source XML

Cache Source XML

Cache the contents of the source XML file for all users.

Connection Parameter Replacement

This property replaces data in the configuration file with data collected through a post into this web part. To specify more than one parameter, separate each with a semicolon (;). This will look for the parameter name in the connection file surrounded by % symbols.

Example:  In the web part: customerID;contactID

In the URL: http://www.company.com/default.aspx?customerID=1&contactID=1

Inside the configuration file: %customerID% %contactID%

Enforce Post Input

When enabled, forces information to be passed into the page as a post request, rather than a get request. This disables the ability to add ?Parameter=Value to the page.

Enable EXSLT

Enables the EXSLT add-on. This can be used in place of standard XSLT with enhancements such as date formatting, text formatting, variable structures, etc. For more information, see http://www.exslt.org.

Enable User Authentication

When this property is enabled, it allows the External Data Provider to use credentials stored by the User Authentication web part. This is disabled by default.

Source XML (code)

The connection XML used for this web part to work. This takes the place of the Source XML File Location.

Source XML Cache Duration (minutes)

The duration in minutes to cache the content. (1 Day = 1440 minutes)

Source XML File Location (URL or Path)

The connection XML file location used for this web part to work. <%SiteURL%> can be used as a variable for the current URL to the site where this web part resides.

User Authentication Web Part ID

The ID of the User Authentication Web Part used for authentication when "Enable User Authentication" is enabled.