MacroResolverCheckObjectPermissions Method |
Checks whether given user has Read permissions for given object type.
Namespace: CMS.MacroEngineAssembly: CMS.MacroEngine (in CMS.MacroEngine.dll) Version: 8.2.23
Syntax public bool CheckObjectPermissions(
BaseInfo obj,
string userName
)
Parameters
- obj
- Type: CMS.DataEngineBaseInfo
Object to check - userName
- Type: SystemString
User name against which to check
Return Value
Type:
BooleanSee Also