Click or drag to resize
IMacroSecurityCheckPermissions Interface
Marks a class for which permissions are to be checked during macro resolution.

Namespace: CMS.DataEngine
Assembly: CMS.DataEngine (in CMS.DataEngine.dll) Version: 11.0.0
Syntax
C#
public interface IMacroSecurityCheckPermissions

The IMacroSecurityCheckPermissions type exposes the following members.

Methods
  NameDescription
Public methodGetObjectToCheck
Gets an object for which to perform the permissions check. This can be the class' instance itself or an object it encapsulates.
Top
See Also