Common Configuration Properties

Top  Previous  Next

The following properties are common to all Topic Cloud Web Parts:

 

Property Name

Required?

Default Value

Description

TopicMapName

No

None, however TopicOfTypeEPiServerCloudControl will provide a default taken from EPiConfig.NP_TM_TopicMapName.

This is the name of the topic map from which the cloud should be generated.

CloudMetricAssociationTemplateKeysXml

No

None. If not specified then all associated topics will be counted to find the metric value for an entry in the cloud.

An XML serialization of a set of assocation templates that will be traversed to find the metric (weight) of a particular topic in the cloud.See Association Template Keys XML for more information about this field.

ValueSelectTermsXml

No

None. If not specified then all associated topics will be counted to find the metric value for an entry in the cloud.

An XML serialization of a set of assocation templates that will be traversed to find the metric (weight) of a particular topic in the cloud.

TopicMapId

No

None. Will be queried using the value of TopicMapName, however this attribute may be set manually if only the topic map ID is available.

This is the TMCore ID of the topic map from which the cloud should be generated. If set to a value >0 any value set in TopicMapName is ignored.See Value Select Query Term XML for more information about this field.

TopicAccessPolicy

No

Set to an access policy that removes any references to pages that the current user doesn't have access to.

This is an access policy applied to topics that are returned. See the API documentation for the ITopicAccessPolicy for more information.

MinimumConnectionCount

No

0

Any topics with an association count less than the number specified by this property will be automatically filtered out of the cloud.

MaximumConnectionCount

No

None

Any topics with an association count more than the number specified by this property will be automatically filtered out of the cloud.

CssClassGroupingNames

No

smallest,small,medium,large,largest

A comma delimited list of CSS class names. One of the class names will be listed with each topic cloud entry, using the CssClassElementName element. The selection of the class name is done by equally dividing the total range of counts found in the cloud in to each section.

ShowPublishedOnly

No

False

Unused by the TMIS.

CssClassElementName

No

CssClassName

The name of the element in the XML output of this part which will be used to contain one of the CssClassGroupingNames.

Common Properties on Topic Cloud Web Parts