DocumentUIHelperGetDocumentDialogConfig Method |
Creates DialogConfiguration object for specified document action.
Namespace: CMS.UIControlsAssembly: CMS.UIControls (in CMS.UIControls.dll) Version: 12.0.0
Syntax 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:
DialogConfigurationSee Also