Cache the contents of the source XML file for all users.
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%
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.
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.
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.
The connection XML used for this web part to work. This takes the place of the Source XML File Location.
The duration in minutes to cache the content. (1 Day = 1440 minutes)
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.
The ID of the User Authentication Web Part used for authentication when "Enable User Authentication" is enabled.