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

Namespace: CMS.UIControls
Assembly: CMS.UIControls (in CMS.UIControls.dll) Version: 10.0.0
Syntax
C#
public static DialogConfiguration GetDocumentDialogConfig(
	string action,
	string culture
)

Parameters

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

Return Value

Type: DialogConfiguration
See Also