Click or drag to resize
MacroResolverCheckObjectPermissions Method
Checks whether given identity option has Read permissions for given object type.

Namespace: CMS.MacroEngine
Assembly: CMS.MacroEngine (in CMS.MacroEngine.dll) Version: 11.0.0
Syntax
C#
public bool CheckObjectPermissions(
	BaseInfo obj,
	MacroIdentityOption identityOption
)

Parameters

obj
Type: CMS.DataEngineBaseInfo
Object to check
identityOption
Type: CMS.MacroEngineMacroIdentityOption
Identity option against which to check

Return Value

Type: Boolean
See Also