MentionListOptions
is defined in the Telligent.Evolution.Extensibility.Api.Version1
namespace of Telligent.Evolution.Platform.dll
Definition
class MentionListOptions { Guid? MentionedApplicationId { get; set; } Guid? MentionedApplicationTypeId { get; set; } Guid? MentionedContainerId { get; set; } string MentionedContentIds { get; set; } Guid? MentionedContentTypeId { get; set; } Guid? MentioningApplicationId { get; set; } Guid? MentioningApplicationTypeId { get; set; } Guid? MentioningContainerId { get; set; } string MentioningContentIds { get; set; } Guid? MentioningContentTypeId { get; set; } string MentioningPropertyName { get; set; } int? PageIndex { get; set; } int? PageSize { get; set; } string SortBy { get; set; } string SortOrder { get; set; } }
Properties
Name | Type | Description | Default | Options |
---|---|---|---|---|
MentionedApplicationId | Guid? | Mentioned content's application identifier | ||
MentionedApplicationTypeId | Guid? | Mentioned content's application type identifier | ||
MentionedContainerId | Guid? | Mentioned content's container identifier | ||
MentionedContentIds | string | Mentioned content's identifiers, separated by commas | ||
MentionedContentTypeId | Guid? | Mentioned content's type identifier | ||
MentioningApplicationId | Guid? | Mentioning content's application identifier | ||
MentioningApplicationTypeId | Guid? | Mentioning content's application type identifier | ||
MentioningContainerId | Guid? | Mentioning content's container identifier | ||
MentioningContentIds | string | Mentioning content's identifiers, separated by commas | ||
MentioningContentTypeId | Guid? | Mentioning content's type identifier | ||
MentioningPropertyName | string | Mentioning content's property containing the mention | ||
PageIndex | int? | Specify the page number of paged results to return. Zero-based index. | ||
PageSize | int? | Specify the number of results to return per page. | ||
SortBy | string | Sort mechanism | Date | |
SortOrder | string | Sort order | Ascending, Descending |