SystemContextIsCMSRunningAsMainApplication Property |
Indicates whether hosting environment is CMS web-based application (is not running as a part of external application).
Namespace: CMS.BaseAssembly: CMS.Base (in CMS.Base.dll) Version: 12.0.0
Syntax public static bool IsCMSRunningAsMainApplication { get; }
Property Value
Type:
BooleanRemarks
This property should be used only internally.
See Also