CommentStatsOptions
is defined in the Telligent.Evolution.Extensibility.Api.Version1
namespace of Telligent.Evolution.Platform.dll
Definition
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; } }
Properties
Name | Type | Description | Default | Options |
---|---|---|---|---|
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 |