DocumentData Items Property Ankiro Enterprise Suite Reference Documentation
The optional collection of items for the document, in case one or more properties of the data source are marked as item list properties.

Namespace: Ankiro.SearchServer.Data
Assembly: Ankiro.SearchServer.Data (in Ankiro.SearchServer.Data.dll) Version: 1.13.770.19207 (1.13.770.19207)
Syntax

public IList<DocumentItemData> Items { get; set; }

Property Value

Type: IList DocumentItemData 
See Also