Returns true if given user is granted with specified permission.
Namespace: CMS.MembershipAssembly: CMS.Membership (in CMS.Membership.dll) Version: 8.0.0.0 (8.0.5239.26125)
Parameters
- objectType
- Type: System String
Object type
- objectId
- Type: System Int32
Object ID
- permission
- Type: CMS.DataEngine PermissionsEnum
Permission
- siteName
- Type: System String
Site name
- userInfo
- Type: CMS.Membership UserInfo
User info object
Return Value
Type: BooleanSee Also