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: 9.0.0
Syntax
C#
[ObsoleteAttribute("The method is not intended to be used directly from your code.", 
	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