Click or drag to resize
SystemHelperApplicationName Property
Gets application name from application configuration file.

Namespace: CMS.Helpers
Assembly: CMS.Helpers (in CMS.Helpers.dll) Version: 11.0.0
Syntax
C#
public static string ApplicationName { get; }

Property Value

Type: String
Exceptions
ExceptionCondition
InvalidOperationExceptionThrown when the application configuration file does not specify value for any key of APP_NAME_KEY_NAME and APP_GUID_KEY_NAME.
Remarks
Application configuration file must contain a value for key APP_NAME_KEY_NAME. If APP_NAME_KEY_NAME is missing, a fallback to ApplicationGuid is performed.
See Also