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

NameTypeDescriptionDefaultOptions
AuthorUser
Bodystring
ContentIdint?
Idint?
IsApprovedbool?
ParentIdint?
PublishedDateDateTime?
ReplyCountint?
Urlstring