IPageStartDate Property Ingeniux CMS Content Store API

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

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

Nullable<DateTime> StartDate { get; set; }

Property Value

Type: NullableDateTime
Remarks

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

Reference