Enables scripted content fragments to use Features
Methods
List
Lists featured items
Usage
#set($apiListResponse = $core_v2_feature.List("%{Application = $applicationArg, Count = $countArg, GroupId = $groupIdArg, UserId = $userIdArg}"))Parameters
| Name | Type | Description | Required | Default | Options |
|---|
| Application | string | Used to filter to specific applications. | Optional | Unknown | Calendar, Forum, MediaGallery, Unknown, Weblog, Wiki |
| Count | int | The number of featured items to return | Optional | | |
| GroupId | int | Id of the group | Optional | | |
| UserId | int | Id of the user | Optional | | |
Return Type
ApiList<Feature>