Skip to main content
All docs
V24.2

ItemInfo(String, String) Constructor

Initializes a new instance of the SmartSearchResponse.ItemInfo class with specified settings.

Namespace: DevExpress.AIIntegration.Extensions

Assembly: DevExpress.AIIntegration.v24.2.dll

NuGet Package: DevExpress.AIIntegration

Declaration

public ItemInfo(
    string Id,
    string Value
)

Parameters

Name Type Description
Id String

The item’s unique identifier. This value is assigned to the Id property.

Value String

The value or content associated with the item. This value is assigned to the Value property.

See Also