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

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

Determines if access us granted to the current document for the calling user.

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

public bool AccessCheckForCurrentDocument(
	CSObjectPermissions requestedPermission
)

Parameters

requestedPermission
Type: ContentStudio.SecurityCSObjectPermissions
A combination of CSObjectPermissions flags that defines the requested permission.

Return Value

Type: Boolean
Returns true if access us granted to the current document for the calling user, false otherwise.
See Also

Reference