- 命名空间: Limyee.Extensibility.Api.Version1
- 程序集: Limyee.Api.dll
定义
class CommentStatsOptions { Guid? ApplicationId { get; set; } Guid? CommentTypeId { get; set; } Guid? ContainerId { get; set; } Guid? ContentId { get; set; } Guid? ContentTypeId { get; set; } string ContentUrl { get; set; } bool? IsApproved { get; set; } bool? IsFeatured { get; set; } int? UserId { get; set; } }
属性
名称 |
类型 |
描述 |
默认值 |
选项 |
ApplicationId |
Guid? |
Application Id |
||
CommentTypeId |
Guid? |
Comment type Id |
||
ContainerId |
Guid? |
Container Id |
||
ContentId |
Guid? |
Content Id |
||
ContentTypeId |
Guid? |
Content type Id |
||
ContentUrl |
string |
The URL at which this content can be accessed. |
||
IsApproved |
bool? |
Whether the moderation state should be approved |
||
IsFeatured |
bool? |
Whether the post shoudl be featured |
||
UserId |
int? |
User Id |