XML data source

  Previous topic Next topic Print this topic Mail us feedback on this topic!

  Default  
  Web part control ID: Serves as an identifier for the web part. This ID must be unique within the context of each page template. The value of this property may only contain alphanumeric characters and the underscore character ( _ ).  
  Web part title: Title of the web part displayed on the Design tab of CMS Desk and in on-site editing mode. If empty, the value of the Web part control ID property is used for this purpose.  
   

  Filter  
  XML URL: Specifies the URL of the XML document from which the data will be loaded. The URL can be absolute or relative from the root of the current website.  
  XML custom XSD schema URL: Specifies the URL of a file containing a custom XSD schema for the XML.  
  Table name: When complex XML data is read, the web part will create a data set containing multiple tables. Here you can specify which table should be used as the actual data source.  
  ORDER BY expression: Sets the value of the ORDER BY clause in the SELECT statement used to retrieve the content.  
  Select Top N items: Specifies the maximum amount of items to be selected. If empty, all possible items are selected.  
  WHERE condition: Sets the value of the WHERE clause in the SELECT statement used to retrieve the content.  
  Filter name: Sets the name of the Filter web part that should be connected.  
   

  System settings  
  Cache item name: Sets the name of the cache key used for the content of the web part. If not specified, this name is generated automatically based on the site, document path, Web part control ID and current user. A cache key can be shared between multiple web parts with the same content on different pages in order to avoid keeping redundant data in the memory.  
  Cache minutes: Sets the number of minutes for which the content of the web part should remain cached before its latest version is reloaded from the database. If left empty, the value entered into the Site Manager -> Settings -> System -> Performance -> Cache content (minutes) setting will be used instead. If set to 0, caching will be disabled for the web part.  
  Cache dependencies: Contains a list of cache keys on which the partial cache of the web part depends. When the specified cache items change, the partial cache of the web part is deleted. Each line may contain a single item only. If the 'Use default cache dependencies' box is checked, the default dependencies will be used, which include all possible object changes that could affect the specific web part.  
   

  Performance  
  Disable view state: Indicates if view state should be disabled for this web part.  
  Disable macros: If checked, macros contained in the values of the web part's properties will no longer be resolved.  
   

Help URL: http://devnet.kentico.com/docs/webparts/index.html?XMLDataSource_properties.htm