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; }
}
|
名称 |
类型 |
描述 |
默认值 |
选项 |
|
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. |