PublishGroupUpdateOptions is defined in the Telligent.Evolution.Extensibility.Api.Version1 namespace of Telligent.Evolution.Articles.dll
Definition
class PublishGroupUpdateOptions
{
string Name { get; set; }
DateTime? PublishDate { get; set; }
DateTime? PublishEndDate { get; set; }
bool? RemovePublishDate { get; set; }
bool? RemovePublishEndDate { get; set; }
}
Properties
| Name | Type | Description | Default | Options |
|---|---|---|---|---|
| Name | string | Name of the publish group. | ||
| 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. | ||
| RemovePublishDate | bool? | Allows removing PublishDate. | ||
| RemovePublishEndDate | bool? | Allows removing PublishEndDate. |