IPageEndDate Property Ingeniux CMS Content Store API

Gets and sets the end date of the page. When set, this page will not be included in navigations when current time is greater than the EndDate value.

Namespace: Ingeniux.CMS
Assembly: Ingeniux.CMS.CSAPI (in Ingeniux.CMS.CSAPI.dll) Version: 9.0.565.0 (9.0.565)
Syntax

Nullable<DateTime> EndDate { get; set; }

Property Value

Type: NullableDateTime
Remarks

Defaults to null value, which means there is no end date.
See Also

Reference