BlogComment is defined in the Telligent.Evolution.Extensibility.Api.Entities.Version1 namespace of Telligent.Evolution.Api.dll
Definition
class BlogComment
{
User Author { get; set; }
string Body { get; set; }
int? ContentId { get; set; }
int? Id { get; set; }
bool? IsApproved { get; set; }
int? ParentId { get; set; }
DateTime? PublishedDate { get; set; }
int? ReplyCount { get; set; }
string Url { get; set; }
}
Properties
| Name | Type | Description | Default | Options |
|---|
| Author | User | | | |
| Body | string | | | |
| ContentId | int? | | | |
| Id | int? | | | |
| IsApproved | bool? | | | |
| ParentId | int? | | | |
| PublishedDate | DateTime? | | | |
| ReplyCount | int? | | | |
| Url | string | | | |