Skip to main content
All docs
V24.2

SmartPasteResponse.Deconstruct(out IList<SmartPasteResponse.ItemInfo>, out String, out ResponseStatus) Method

Namespace: DevExpress.AIIntegration.Extensions

Assembly: DevExpress.AIIntegration.v24.2.dll

Declaration

public void Deconstruct(
    out IList<SmartPasteResponse.ItemInfo> Values,
    out string Response,
    out ResponseStatus Status
)

Parameters

Name Type
Values IList<SmartPasteResponse.ItemInfo>
Response String
Status ResponseStatus
See Also