Click or drag to resize
SystemContextSetIsWebSiteFlag Method

Note: This API is now obsolete.

Sets the IsWebSite flag to true.

Namespace: CMS.Base
Assembly: CMS.Base (in CMS.Base.dll) Version: 11.0.0
Syntax
C#
[ObsoleteAttribute("This code is meant for system purposes, it shouldn't be used directly.", 
	true)]
public static void SetIsWebSiteFlag()
Remarks

The method is not intended to be used directly from your code.

Method is called automatically during the application startup for applications hosted within the web server.

See Also