Enables scripted content fragments to get tagged content.

Methods

List

Lists tagged content

Usage

#set($pagedListResponse = $core_v2_taggedContent.List("%{ApplicationIds = $applicationIdsArg, ApplicationTypeIds = $applicationTypeIdsArg, ContainerIds = $containerIdsArg, ContentTypeIds = $contentTypeIdsArg, LogicallyOrTags = $logicallyOrTagsArg, PageIndex = $pageIndexArg, PageSize = $pageSizeArg, SortBy = $sortByArg, SortOrder = $sortOrderArg, Tags = $tagsArg, TypeId = $typeIdArg}"))

Parameters

NameTypeDescriptionRequiredDefaultOptions
ApplicationIdsstringComma-separated list of content application identifiersOptional
ApplicationTypeIdsstringComma-separated list of content application type identifiersOptional
ContainerIdsstringComma-separated list of content container identifiersOptional
ContentTypeIdsstringComma-separated list of content type identifiersOptional
LogicallyOrTagsboolEnables filtering by logically OR-ing the filter tagsOptionalFalse
PageIndexintSpecify the page number of paged results to return. Zero-based index.Optional0
PageSizeintSpecify the number of results to return per page.Optional20
SortBystringHow the results will be sortedOptionalTaggedDate
SortOrderstringThe sort order of the itemsOptionalDescending
TagsstringA comma-seperated list of filter tagsOptional
TypeIdGuidType (categorization) identifierOptional

Return Type

PagedList<AggregateTaggedContent>