ObjectTypeInfoCheckPermissions Property |
Note: This API is now obsolete.
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.DataEngineAssembly: CMS.DataEngine (in CMS.DataEngine.dll) Version: 13.0.131
Syntax [ObsoleteAttribute("This property is obsolete and will be removed in the next version. Use MacroSettings.CheckPermissions instead.")]
public bool CheckPermissions { get; set; }
Property Value
Type:
BooleanSee Also