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

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

Target for the OnRender event, that renders the content to the specified output stream.

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

protected override void OnRender(
	Object sender,
	RenderEventArgs e
)

Parameters

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

Reference