Tags sort options
TagsSortOptions
is defined in the Telligent.Evolution.Extensibility.Api.Version1
namespace of Telligent.Evolution.Platform.dll
Definition
class TagsSortOptions { IList<string> CssClasses { get; set; } int? MaximumNumberOfTags { get; set; } int? MinimumItemsPerTag { get; set; } }
Properties
Name | Type | Description | Default | Options |
---|---|---|---|---|
CssClasses | IList<string> | When provided, applies CSS classes to tags according to their relative use. | ||
MaximumNumberOfTags | int? | When provided, removes tags that are used more than the maximum threshold from the sorted list | ||
MinimumItemsPerTag | int? | When provided, removes tags that are used less than the minium threshold from the sorted list |