Click or drag to resize
ProductUIHelperGetProductDialogConfig Method
Creates DialogConfiguration object for specified product document action.

Namespace: CMS.Ecommerce
Assembly: CMS.Ecommerce (in CMS.Ecommerce.dll) Version: 8.2.23
Syntax
C#
public static DialogConfiguration GetProductDialogConfig(
	string action,
	string culture
)

Parameters

action
Type: SystemString
Action to create configuration for.
culture
Type: SystemString
Culture code

Return Value

Type: DialogConfiguration
See Also