MentionableListOptions
is defined in the Telligent.Evolution.Extensibility.Api.Version1
namespace of Telligent.Evolution.Platform.dll
Definition
class MentionableListOptions { Guid? ApplicationId { get; set; } Guid? ApplicationTypeId { get; set; } Guid? ContainerId { get; set; } Guid? ContainerTypeId { get; set; } Guid? ContentTypeId { get; set; } Guid? HostApplicationId { get; set; } Guid? HostApplicationTypeId { get; set; } Guid? HostContainerId { get; set; } Guid? HostContainerTypeId { get; set; } Guid? HostContentId { get; set; } Guid? HostContentTypeId { get; set; } int? PageSize { get; set; } }
Properties
Name | Type | Description | Default | Options |
---|---|---|---|---|
ApplicationId | Guid? | Mentionable's application identifier | ||
ApplicationTypeId | Guid? | Mentionable's application type identifier | ||
ContainerId | Guid? | Mentionable's container identifier | ||
ContainerTypeId | Guid? | Mentionable's container type identifier | ||
ContentTypeId | Guid? | Mentionable's content type identifier | ||
HostApplicationId | Guid? | Application identifier of the content hosting mentions. | ||
HostApplicationTypeId | Guid? | Application type identifier of the content hosting mentions. | ||
HostContainerId | Guid? | Container identifier of the content hosting mentions. | ||
HostContainerTypeId | Guid? | Container type identifier of the content hosting mentions. | ||
HostContentId | Guid? | Content identifier of the content hosting mentions. | ||
HostContentTypeId | Guid? | Ccontent type identifier of the content hosting mentions. | ||
PageSize | int? | Specify the number of results to return per page. |