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; }
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 | ||
| PageSize | int? | Specify the number of results to return per page. |