FeaturesListOptions
is defined in the Telligent.Evolution.Extensibility.Api.Version1
namespace of Telligent.Evolution.Platform.dll
Definition
class FeaturesListOptions { string Application { get; set; } int? Count { get; set; } int? GroupId { get; set; } int? UserId { get; set; } }
Properties
Name | Type | Description | Default | Options |
---|---|---|---|---|
Application Obsolete | string | Obsolete in 10.0 OBSOLETE in 10.0. Used to filter to specific applications. | ||
Count Obsolete | int? | Obsolete in 10.0 OBSOLETE in 10.0. The number of featured items to return | ||
GroupId Obsolete | int? | Obsolete in 10.0 OBSOLETE in 10.0. Id of the group | ||
UserId Obsolete | int? | Obsolete in 10.0 OBSOLETE in 10.0. Id of the user |