Click or drag to resize

IContentItemEndDate Property


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

Property Value

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