ReviewableContent
is defined in the Telligent.Evolution.Extensibility.Api.Entities.Version1
namespace of Telligent.Evolution.Platform.dll
Definition
class ReviewableContent { Application Application { get; } User Author { get; } Guid? ContentId { get; } Guid ContentTypeId { get; } DateTime CreatedDate { get; } ReadOnlyReviewableContentData Data { get; } IList<ReviewableContentHistory> History { get; } Guid Id { get; } bool IsDeleted { get; } bool IsPendingReview { get; } bool IsPublished { get; } string Status { get; } string Title { get; } }
Properties
Name | Type | Description | Default | Options |
---|---|---|---|---|
Application | Application | |||
Author | User | |||
ContentId | Guid? | |||
ContentTypeId | Guid | |||
CreatedDate | DateTime | |||
Data | ReadOnlyReviewableContentData | |||
History | IList<ReviewableContentHistory> | |||
Id | Guid | |||
IsDeleted | bool | |||
IsPendingReview | bool | |||
IsPublished | bool | |||
Status | string | |||
Title | string |