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