| SystemHelperApplicationGuid Property |
Gets application GUID from application configuration file.
Namespace: CMS.HelpersAssembly: CMS.Helpers (in CMS.Helpers.dll) Version: 13.0.131
Syntaxpublic static Guid ApplicationGuid { get; }Property Value
Type:
Guid
Exceptions| Exception | Condition |
|---|
| InvalidOperationException | Thrown when the application configuration file does not specify a value for key APP_GUID_KEY_NAME. |
Remarks
Application configuration file must contain a value for key
APP_GUID_KEY_NAME which is different from
Empty.
See Also