PublishGroup
is defined in the Telligent.Evolution.Extensibility.Api.Entities.Version1
namespace of Telligent.Evolution.Articles.dll
Definition
class PublishGroup { ArticleCollection ArticleCollection { get; set; } DateTime? CreateDate { get; set; } DateTime? DeleteDate { get; set; } int? Id { get; set; } bool? IsDeleted { get; set; } bool? IsPublished { get; set; } string Name { get; set; } DateTime? PublishDate { get; set; } int? PublishedVersionCount { get; set; } DateTime? PublishEndDate { get; set; } int? UnpublishedVersionCount { get; set; } }
Properties
Name | Type | Description | Default | Options |
---|---|---|---|---|
ArticleCollection | ArticleCollection | |||
CreateDate | DateTime? | |||
DeleteDate | DateTime? | |||
Id | int? | |||
IsDeleted | bool? | |||
IsPublished | bool? | |||
Name | string | |||
PublishDate | DateTime? | |||
PublishedVersionCount | int? | |||
PublishEndDate | DateTime? | |||
UnpublishedVersionCount | int? |