Click or drag to resize
AtomRepeater Properties

The AtomRepeater type exposes the following members.

Properties
  NameDescription
Public propertyCacheDependencies
Cache dependencies, each cache dependency on a new line.
(Inherited from XMLRepeater.)
Public propertyCacheItemName
Name of the cache item the control will use.
(Inherited from XMLRepeater.)
Public propertyCacheMinutes
Number of minutes the retrieved content is cached for. Zero indicates that the content will not be cached.
(Inherited from XMLRepeater.)
Public propertyContentType
Content type of response.
(Inherited from XMLRepeater.)
Public propertyDataBindByDefault
Indicates whether data binding should be performed by default.
(Inherited from XMLRepeater.)
Public propertyDataSource
Object from which data-bound control retrieves its list of data item.
(Inherited from BasicRepeater.)
Public propertyDataSourceControl
Control with data source.
(Inherited from BasicRepeater.)
Public propertyDataSourceName
Gets or sets name of source.
(Inherited from BasicRepeater.)
Protected propertyDefaultDataSource
Default data source to use if no external is provided.
(Inherited from BasicRepeater.)
Public propertyDelayedLoading
Indicates whether the data should be loaded to the load event instead of default init event.
(Inherited from XMLRepeater.)
Public propertyEncoding
Content encoding. (UTF8 by default).
(Inherited from XMLRepeater.)
Public propertyFeedAuthorName
Author name of the feed.
Public propertyFeedGUID
The unique identifier of the feed. If the value is empty, Guid.Empty will be used.
Public propertyFeedLanguage
Language of the feed. If the value is empty the content culture will be used.
Public propertyFeedLink
Link to feed.
Public propertyFeedName
Name of feed for caching purposes.
(Inherited from XMLRepeater.)
Public propertyFeedSubtitle
Description/Subtitle of the feed.
Public propertyFeedTitle
URL title of the feed.
Public propertyFeedUpdated
Last significant modification date of the feed.
Public propertyFooterXML
Custom feed footer XML which is generated after feed items. If the value is empty default footer for Atom feed is generated.
(Overrides XMLRepeaterFooterXML.)
Public propertyHeaderXML
Custom feed header XML which is generated before feed items. If the value is empty default header for Atom feed is generated.
(Overrides XMLRepeaterHeaderXML.)
Public propertyHideControlForZeroRows
Hides the control when no data is loaded. Default value is False.
(Inherited from BasicRepeater.)
Public propertyPageableControl
Gets or sets the encapsulated control that implements IUniPageable interface.
(Inherited from BasicRepeater.)
Public propertyPagerDataItem
Pager data item object.
(Inherited from BasicRepeater.)
Public propertyPagerForceNumberOfResults
Gets or sets the number of result. Enables proceed "fake" datasets, where number of results in the dataset is not correspondent to the real number of results This property must be equal -1 if should be disabled
(Inherited from BasicRepeater.)
Public propertyRelatedData
Custom data connected to the object, if not set, returns the Related data of the nearest IDataControl.
(Inherited from BasicRepeater.)
Public propertyResolveDynamicControls
Gets or sets the value that indicates whether dynamic controls should be resolved
(Inherited from BasicRepeater.)
Public propertyShortID
Short ID of the control.
(Inherited from UIRepeater.)
Public propertyStopProcessing
Stops further processing.
(Inherited from XMLRepeater.)
Public propertyTransformationName
Transformation name in format application.class.transformation.
(Inherited from XMLRepeater.)
Public propertyUniPagerControl
Pager control.
(Inherited from BasicRepeater.)
Public propertyZeroRowsText
Text to be shown when the control is hidden by HideControlForZeroRows.
(Inherited from BasicRepeater.)
Top
See Also