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: 10.0.0
Syntax
C#
[ObsoleteAttribute("This method is not intended for public use.", 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