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

NameTypeDescriptionRequiredDefaultOptions
ApplicationstringUsed to filter to specific applications.OptionalUnknownCalendar, Forum, MediaGallery, Unknown, Weblog, Wiki
CountintThe number of featured items to returnOptional
GroupIdintId of the groupOptional
UserIdintId of the userOptional

Return Type

ApiList<Feature>