Simple List properties

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

[spacer]

Property

Description

Type

Default value

AutoRefresh

The number of cycles 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

HasAutoRefresh

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

Boolean

False

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

QueryPath

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

String

Empty String

QueryServiceURL

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

URL

Empty String

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

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