PublishGroupCreateOptions
is defined in the Telligent.Evolution.Extensibility.Api.Version1
namespace of Telligent.Evolution.Articles.dll
Definition
class PublishGroupCreateOptions { DateTime? PublishDate { get; set; } DateTime? PublishEndDate { get; set; } }
Properties
Name | Type | Description | Default | Options |
---|---|---|---|---|
PublishDate | DateTime? | Date when all associated article versions that are ready to publish will be published. | ||
PublishEndDate | DateTime? | Date when all associated published article version will be unpublished. |