Click or drag to resize
SystemContextIsCMSRunningAsMainApplication Property
Indicates whether hosting environment is CMS web-based application (is not running as a part of external application).

Namespace: CMS.Base
Assembly: CMS.Base (in CMS.Base.dll) Version: 12.0.0
Syntax
C#
public static bool IsCMSRunningAsMainApplication { get; }

Property Value

Type: Boolean
Remarks
This property should be used only internally.
See Also