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

Namespace: CMS.Base.Web.UI
Assembly: CMS.Base.Web.UI (in CMS.Base.Web.UI.dll) Version: 11.0.0
Syntax
C#
public static string GetNoItemsMessage(
	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