Click or drag to resize

DocsOnDemandDataItem Constructor

Constructor

Namespace:  Kratos_3.Network
Assembly:  Kratos_3 (in Kratos_3.dll) Version: 3.6.2.0 (3.6.2.0)
Syntax
public DocsOnDemandDataItem(
	string id,
	string indexingColumnName
)

Parameters

id
Type: SystemString
Value by which this item will be indexed
indexingColumnName
Type: SystemString
Name of column that the Id parameter belongs to
See Also