Click or drag to resize
SystemHelperGetWinAppName Method

Note: This API is now obsolete.

Returns prefix for all Kentico WinApps.

Namespace: CMS.Helpers
Assembly: CMS.Helpers (in CMS.Helpers.dll) Version: 8.2.23
Syntax
C#
[ObsoleteAttribute("This method is obsolete use InstallationHelper.WinAppHelper.GetWinAppName instead.")]
public static string GetWinAppName(
	string applicationName
)

Parameters

applicationName
Type: SystemString
Name of the application

Return Value

Type: String
See Also