The dynamicContentGroup element represents a group of content whose contents are determined dynamically (for example, by the results of a search query). Its structure is shown in the following diagram:
Elements and attributes
| dynamicContentGroup | |||
|---|---|---|---|
| XML Element | Type | Required | Description |
| Attribute: id | anySimpleType | Optional | |
| Attribute: providerId | anySimpleType | Required | |
| Attribute: providerResourceId | anySimpleType | Required | |
| Attribute: name | anySimpleType | Required | |
| Attribute: description | anySimpleType | Optional | |
| Attribute: scope | anySimpleType | Required | |
| dynamicParameters | [DynamicParameterType]
|
Required | |
| DynamicParameterType / sources | [DynamicContentGroupSourceType]
|
Optional | <dl><dt>type</dt><dd>Allows to specify the kind of resource that a content group is linked to (allowed values: contentGroup, node) </dd><dt>providerId</dt><dd>id of the content provider</dd><dt>providerResourceId</dt><dd>id of the resource for this specific content provider</dd></dl> |
| DynamicParameterType / criteria | [DynamicCriteriaType]
|
Required | |
| DynamicCriteriaType / queryLanguage | string
|
Required | |
| DynamicCriteriaType / queryString | string
|
Required | |
| DynamicParameterType / clientPageSize | int
|
Required | |
| DynamicParameterType / clientResultLimit | int
|
Required | |
| DynamicParameterType / sortOrder | [SortingOrderEnumType]
|
Required | |
