Click or drag to resize
SearchResultItemCreated Property
Gets the date associated with search item. Contains data from the field configured as 'Date field' in search index configuration. If no date information found, contains MinValue.

Namespace: CMS.Search
Assembly: CMS.Search (in CMS.Search.dll) Version: 12.0.0
Syntax
C#
public DateTime Created { get; set; }

Property Value

Type: DateTime
See Also