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

Namespace: CMS.Ecommerce.Web.UI
Assembly: CMS.Ecommerce.Web.UI (in CMS.Ecommerce.Web.UI.dll) Version: 10.0.0
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