Click or drag to resize
CMSDialogHelperGetSelectItemMessage Method
Gets info message for the specified dialog and source type displayed when no file is selected.

Namespace: CMS.ExtendedControls
Assembly: CMS.ExtendedControls (in CMS.ExtendedControls.dll) Version: 9.0.0
Syntax
C#
public static string GetSelectItemMessage(
	DialogConfiguration config,
	MediaSourceEnum source
)

Parameters

config
Type: CMS.ExtendedControlsDialogConfiguration
Configuration used to identify what dialog is message obtained for
source
Type: CMS.ExtendedControlsMediaSourceEnum
Type of the files message is displayed for

Return Value

Type: String
See Also