PermissionDependentComponentInvoke Method (PermissionDependentComponent) Content Studio 5.7 SDK
Content Studio Web Content Management System

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

Invokes the component by performing the checks and reporting the result to the OnRender event handler of the derived class.

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

protected void Invoke(
	PermissionDependentComponent theImplementer
)

Parameters

theImplementer
Type: ContentStudio.Site.ActiveScripting.SecurityPermissionDependentComponent
A reference of a PermissionDependentComponent derived object that will receive the OnRender event.
See Also

Reference