Click or drag to resize
MacroProcessingSettingsCheckPermissions 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: 13.0.131
Syntax
C#
public bool CheckPermissions { get; set; }

Property Value

Type: Boolean
See Also