wf-core:getTaggedArticleIdList

This tag lists all the tagged article ids.

Syntax
<wf-core:getTaggedArticleIdList
   articleTypes="..."?
   id="..."
   max="..."
   publicationName="..."?
   sectionId="..."?
   sortOrder="..."?
   sortString="..."?
   startIndex="..."
   tagFieldName="..."
   tagIdentifiers="..."/>
Attributes
id, mandatory, no runtime expressions

This is the object where the result will be placed.

tagIdentifiers, mandatory

This is tag name.

tagFieldName, mandatory

This is tag schema name.

max, mandatory

Maximum number or article to fetch.

startIndex, mandatory

Starting index of the list.

sortString

The list will be sorted with respect to this string.

sectionId

Id of the section.

publicationName

Name of the publication.

articleTypes

Which type of article to fetch.

sortOrder

Determine the sorting order (ascending or descending).