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

    Initializes a new instance of the SmartPasteRequest.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,
        string Description = null
    )

    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.

    Optional Parameters

    Name Type Default Description
    Description String null

    A string that describes the expected content and/or data format for the item. This value is assigned to the Description property.

    See Also