| CMSDialogHelperGetSelectItemMessage Method | 
            Gets info message for the specified dialog and source type displayed when no file is selected.
            
 
Namespace: CMS.Base.Web.UIAssembly: CMS.Base.Web.UI (in CMS.Base.Web.UI.dll) Version: 13.0.131
 Syntax
Syntaxpublic static string GetSelectItemMessage(
	DialogConfiguration config,
	MediaSourceEnum source
)
Parameters
- config
- Type: CMS.Base.Web.UIDialogConfiguration
 Configuration used to identify what dialog is message obtained for
- source
- Type: CMS.Base.Web.UIMediaSourceEnum
 Type of the files message is displayed for
Return Value
Type: 
String See Also
See Also