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
| Name | Type | Description | Required | Default | Options |
|---|
| ApplicationIds | string | Comma-separated list of content application identifiers | Optional | | |
| ApplicationTypeIds | string | Comma-separated list of content application type identifiers | Optional | | |
| ContainerIds | string | Comma-separated list of content container identifiers | Optional | | |
| ContentTypeIds | string | Comma-separated list of content type identifiers | Optional | | |
| LogicallyOrTags | bool | Enables filtering by logically OR-ing the filter tags | Optional | False | |
| PageIndex | int | Specify the page number of paged results to return. Zero-based index. | Optional | 0 | |
| PageSize | int | Specify the number of results to return per page. | Optional | 20 | |
| SortBy | string | How the results will be sorted | Optional | TaggedDate | |
| SortOrder | string | The sort order of the items | Optional | Descending | |
| Tags | string | A comma-seperated list of filter tags | Optional | | |
| TypeId | Guid | Type (categorization) identifier | Optional | | |
Return Type
PagedList<AggregateTaggedContent>