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

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

Performs an access check when the Invoke method is called, based on the value of the ObjectToCheck, AccessMask and ObjectType properties.

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

protected virtual bool AccessCheck()

Return Value

Type: Boolean
Returns true if the check was successful, false otherwise
Remarks

Implementers can override this method to perform their own access checks or additional checks, to be done before rendering the content.
See Also

Reference