Click or drag to resize
SystemHelperApplicationIdentifier Property
Gets application identifier.

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

Property Value

Type: String
Exceptions
ExceptionCondition
InvalidOperationExceptionThrown when ApplicationGuid is not specified.
Remarks
Application identifier is derived from ApplicationGuid.
See Also