Enables scripted content fragments to use Features
Methods
List
OBSOLETE in 10.0. Use $core_v3_feature.List(...) instead.
Velocity
#set($apiListResponse = $core_v2_feature.List("%{ Application = $applicationArg, Count = $countArg, GroupId = $groupIdArg, UserId = $userIdArg }"))JavaScript
var apiListResponse = core_v2_feature.List({ Application: applicationArg, Count: countArg, GroupId: groupIdArg, UserId: userIdArg });Parameters
| Name | Type | Description | Required | Default | Options |
|---|---|---|---|---|---|
| options | Options | Set of optional parameters including: | Required | ||
| Application | String | Used to filter to specific applications. | Optional | Unknown | Calendar, Forum, MediaGallery, Unknown, Weblog, Wiki |
| Count | Int32 | The number of featured items to return | Optional | ||
| GroupId | Int32 | Id of the group | Optional | ||
| UserId | Int32 | Id of the user | Optional |