Rich List properties

You can adjust the appearance and functionality of the Rich List through its properties. For example, if you set the HasActionButtons property value to true, it displays the action area and any defined action buttons. The following table gives a brief description of the properties for Rich Lists.

[spacer]

Property

Description

Type

Default value

AutoRefresh

The number of minutes between refresh cycles. Cycles can range from 1 to 1,500 minutes.

Integer

30

EventAlias

The alias of the query’s dynamic view whose key values will be published.

String

Empty String

EventNameSpace

The namespace to which the result viewer subscribes.

String

Empty String

HasActionButtons

Controls the display of the action area. If set to true, the action area is displayed.

Boolean

False

HasFind

Controls the display of the find area. If set to true, the find area is displayed.

Boolean

True

HasHeader

Controls the display of the query’s column headers. If set to true, the column headers are displayed.

Boolean

True

HasStatusArea

Controls the display of the status area. If set to true, the status area is displayed.

Boolean

True

HasViewMenu

Controls the display of the drop-down Query menu. If set to true, the Query menu is available in the result viewer.

Boolean

True

InitialQuery

The path to the query that will be processed when the result viewer is initialized.

String

Empty String

PageSize

The number of records to be returned in a page of query data.

Integer

1,000

QueryServiceURL

The URL to the installation of the Query Web Service used by the result viewer.

URL

Empty String

ShowCreateQuery

Indicates whether the Create New Query option will be available in the result viewer’s Query menu. If set to true, the Create New Query option is available.

Boolean

True

ShowModifyQuery

Indicates whether the Modify Existing Query option will be available in the result viewer’s Query menu. If set to true, the Modify Existing Query option is available.

Boolean

True

ShowSelectionHighlight

Indicates whether a row will be highlighted when it is selected by the user. If set to true, the row will be highlighted when selected.

Boolean

True

SupportsAutoRefresh

Allows the result viewer to automatically refresh displayed data. If set to true, AutoRefresh is enabled.

Boolean

False

SupportsMarking

Allows the result viewer to display a check box next to each item. If set to true, marking is enabled.

Boolean

False

SupportsPageSize

Allows the result viewer to display pages of data. If set to true, data paging is enabled.

Boolean

False

UseLegacyPublish

Indicates whether the result viewer is using the standard or alternative method of publishing. If set to true, the alternative (legacy) method is used.

 

For more information about the standard and alternative methods of publishing, see Web Part Communication.

Boolean

False

UseLegacySubscribe

Indicates whether the result viewer is using the standard or alternative method of subscribing. If set to true, the alternative (legacy) method is used.

 

For more information about the standard and alternative methods of subscribing, see Web Part Communication.

Boolean

False

UserPrefsServiceURL

The URL to the installation of the User Preference Web Service used by the result viewer.

URL

Empty String