Skip to main content
All docs
V25.1
  • ItemInfo(String, String) Constructor

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

    Namespace: DevExpress.AIIntegration.Extensions

    Assembly: DevExpress.AIIntegration.v25.1.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