Click or drag to resize

IContentItemStartDate Property


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: 10.5.94
Syntax
DateTime? StartDate { get; set; }

Property Value

Type: NullableDateTime
Remarks
Defaults to null value, which means there is no start date.
See Also