ArticleVersion is defined in the Telligent.Evolution.Extensibility.Api.Entities.Version1 namespace of Telligent.Evolution.Articles.dll
Definition
class ArticleVersion
{
ArticleCollection ArticleCollection { get; set; }
User Author { get; set; }
ApiList<ArticleVersionCategory> Categories { get; set; }
Guid ContentId { get; }
Guid ContentTypeId { get; }
DateTime? CreateDate { get; set; }
DateTime? DeleteDate { get; set; }
Guid? Id { get; set; }
string Identifier { get; set; }
bool? IsDeleted { get; set; }
bool? IsPendingReview { get; }
bool? IsPublished { get; set; }
DateTime? LastUpdateDate { get; set; }
string MetaDescription { get; set; }
string MetaKeywords { get; set; }
string MetaTitle { get; set; }
DateTime? PublishDate { get; set; }
DateTime? PublishEndDate { get; set; }
PublishGroup PublishGroup { get; set; }
bool? ReadyToPublish { get; set; }
bool? SuppressNotifications { get; set; }
ApiList<string> Tags { get; set; }
string Title { get; set; }
ArticleType Type { get; set; }
string Url { get; set; }
string UrlKey { get; set; }
Guid? Version { get; set; }
string Body();
string Body(string postTarget);
}
Properties
| Name | Type | Description | Default | Options |
|---|---|---|---|---|
| ArticleCollection | ArticleCollection | |||
| Author | User | |||
| Categories | ApiList<ArticleVersionCategory> | |||
| ContentId | Guid | |||
| ContentTypeId | Guid | |||
| CreateDate | DateTime? | |||
| DeleteDate | DateTime? | |||
| Id | Guid? | |||
| Identifier | string | |||
| IsDeleted | bool? | |||
| IsPendingReview | bool? | |||
| IsPublished | bool? | |||
| LastUpdateDate | DateTime? | |||
| MetaDescription | string | |||
| MetaKeywords | string | |||
| MetaTitle | string | |||
| PublishDate | DateTime? | |||
| PublishEndDate | DateTime? | |||
| PublishGroup | PublishGroup | |||
| ReadyToPublish | bool? | |||
| SuppressNotifications | bool? | |||
| Tags | ApiList<string> | |||
| Title | string | |||
| Type | ArticleType | |||
| Url | string | |||
| UrlKey | string | |||
| Version | Guid? |
Methods
string Body();
Return Type
string
string Body(string postTarget);
Parameters
| Name | Type | Description | Required | Default | Options |
|---|---|---|---|---|---|
| postTarget | string | Post Target | Required |
Return Type
string