CS_defaultPage_PreInit Method Content Studio 5.7 SDK
Content Studio Web Content Management System

[This is preliminary documentation and is subject to change.]

This event will initialize some global variables.

Namespace: ContentStudio.Site
Assembly: CS_SiteLib (in CS_SiteLib.dll) Version: 5.7.5016.0 (5.7.5016.0)
Syntax

protected void Page_PreInit(
	Object sender,
	EventArgs e
)

Parameters

sender
Type: SystemObject
Defines the sender of the event.
e
Type: SystemEventArgs
An instance of the RenderEventArgs class that contains a value that indicates whether the Access check has been successful or not.
See Also

Reference