Enables scripted content fragments to get tagged content.
Methods
List
Lists tagged content
Velocity
#set($pagedListResponse = $core_v2_taggedContent.List("%{ ApplicationIds = $applicationIdsArg, ApplicationTypeIds = $applicationTypeIdsArg, ContainerIds = $containerIdsArg, ContentCreatedAfterDate = $contentCreatedAfterDateArg, ContentCreatedBeforeDate = $contentCreatedBeforeDateArg, ContentTypeIds = $contentTypeIdsArg, IncludeSubContainers = $includeSubContainersArg, LogicallyOrTags = $logicallyOrTagsArg, PageIndex = $pageIndexArg, PageSize = $pageSizeArg, SortBy = $sortByArg, SortOrder = $sortOrderArg, Tags = $tagsArg, TypeId = $typeIdArg }"))
JavaScript
var pagedListResponse = core_v2_taggedContent.List({ ApplicationIds: applicationIdsArg, ApplicationTypeIds: applicationTypeIdsArg, ContainerIds: containerIdsArg, ContentCreatedAfterDate: contentCreatedAfterDateArg, ContentCreatedBeforeDate: contentCreatedBeforeDateArg, ContentTypeIds: contentTypeIdsArg, IncludeSubContainers: includeSubContainersArg, 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 | ||
ContentCreatedAfterDate | Nullable of DateTime | Include only content created on or after. | Optional | ||
ContentCreatedBeforeDate | Nullable of DateTime | Include only content created before. | Optional | ||
ContentTypeIds | String | Comma-separated list of content type identifiers | Optional | ||
IncludeSubContainers | String | Include sub containers of the containers listed in ContainerIds | Optional | ||
LogicallyOrTags | Boolean | Enables filtering by logically OR-ing the filter tags | Optional | False | |
PageIndex | Int32 | Specify the page number of paged results to return. Zero-based index. | Optional | 0 | |
PageSize | Int32 | Specify the number of results to return per page. | Optional | 20 | |
SortBy | String | How the results will be sorted | Optional | TaggedDate | CreatedDate, TaggedDate |
SortOrder | String | The sort order of the items | Optional | Descending | Ascending, Descending |
Tags | String | A comma-seperated list of filter tags | Optional | ||
TypeId | Guid | Type (categorization) identifier | Optional |