Skip to main content
All docs
V24.2

AIIntegration.CreateSmartPasteExtension(IAIExtensionsContainer, String) Method

Creates a new instance of the SmartPasteExtension class.

Namespace: DevExpress.AIIntegration

Assembly: DevExpress.AIIntegration.v24.2.dll

Declaration

public static IAIExtension<SmartPasteRequest, SmartPasteResponse> CreateSmartPasteExtension(
    this IAIExtensionsContainer container,
    string name = null
)

Parameters

Name Type Description
container IAIExtensionsContainer

A container that manages registered AI clients.

Optional Parameters

Name Type Default Description
name String null

The name of the extension.

Returns

Type Description
DevExpress.AIIntegration.IAIExtension<SmartPasteRequest, SmartPasteResponse>

A new instance of the SmartPasteExtension class.

See Also