Enables scripted content fragments to use mentions
Methods
List
Lists mentions
Usage
#set($pagedListResponse = $core_v2_mention.List("%{MentionedApplicationId = $mentionedApplicationIdArg, MentionedApplicationTypeId = $mentionedApplicationTypeIdArg, MentionedContainerId = $mentionedContainerIdArg, MentionedContentIds = $mentionedContentIdsArg, MentionedContentTypeId = $mentionedContentTypeIdArg, MentioningApplicationId = $mentioningApplicationIdArg, MentioningApplicationTypeId = $mentioningApplicationTypeIdArg, MentioningContainerId = $mentioningContainerIdArg, MentioningContentIds = $mentioningContentIdsArg, MentioningContentTypeId = $mentioningContentTypeIdArg, MentioningPropertyName = $mentioningPropertyNameArg, PageIndex = $pageIndexArg, PageSize = $pageSizeArg, SortBy = $sortByArg, SortOrder = $sortOrderArg}"))Parameters
| Name | Type | Description | Required | Default | Options |
|---|
| MentionedApplicationId | Guid | Mentioned content's application identifier | Optional | | |
| MentionedApplicationTypeId | Guid | Mentioned content's application type identifier | Optional | | |
| MentionedContainerId | Guid | Mentioned content's container identifier | Optional | | |
| MentionedContentIds | string | Mentioned content's identifiers, separated by commas | Optional | | |
| MentionedContentTypeId | Guid | Mentioned content's type identifier | Optional | | |
| MentioningApplicationId | Guid | Mentioning content's application identifier | Optional | | |
| MentioningApplicationTypeId | Guid | Mentioning content's application type identifier | Optional | | |
| MentioningContainerId | Guid | Mentioning content's container identifier | Optional | | |
| MentioningContentIds | string | Mentioning content's identifiers, separated by commas | Optional | | |
| MentioningContentTypeId | Guid | Mentioning content's type identifier | Optional | | |
| MentioningPropertyName | string | Mentioning content's property containing the mention | Optional | | |
| 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 | Sort mechanism | Optional | Date | Date |
| SortOrder | string | Sort order | Optional | Ascending | Ascending, Descending |
Return Type
PagedList<Mention>