Click or drag to resize
ObjectTypeInfoCheckPermissions Property
Determines whether the system checks read permissions for the given module when accessing objects of the type in the macro engine. True by default. The permissions are checked for the user who saved the macro, not the user viewing the result.

Namespace: CMS.DataEngine
Assembly: CMS.DataEngine (in CMS.DataEngine.dll) Version: 9.0.0
Syntax
C#
public bool CheckPermissions { get; set; }

Property Value

Type: Boolean
See Also