DataSourcePropertyData Constructor (String, IndexPropertyType, Nullable Boolean , Nullable Boolean )Ankiro Enterprise Suite Reference Documentation
Initializes a new instance of the DataSourcePropertyData class

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

public DataSourcePropertyData(
	string name,
	IndexPropertyType type,
	Nullable<bool> sortable = null,
	Nullable<bool> itemListProperty = null
)

Parameters

name
Type: System String
type
Type: Ankiro.SearchServer.Data IndexPropertyType
sortable (Optional)
Type: System Nullable Boolean 
itemListProperty (Optional)
Type: System Nullable Boolean 
See Also