CMSDialogHelperGetNoItemsMessage Method |
Gets info message for the specified dialog and source type displayed when no file exists.
Namespace: CMS.Base.Web.UIAssembly: CMS.Base.Web.UI (in CMS.Base.Web.UI.dll) Version: 13.0.131
Syntax 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:
StringSee Also