IUserUserRightGranted Method
|
Checks whether the specified
User Right is granted to this User.
Namespace: Ingeniux.CMSAssembly: Ingeniux.CMS.CSAPI (in Ingeniux.CMS.CSAPI.dll) Version: 10.6.492
Syntaxbool UserRightGranted(
IUserRights right
)
Function UserRightGranted (
right As IUserRights
) As Boolean
bool UserRightGranted(
IUserRights^ right
)
abstract UserRightGranted :
right : IUserRights -> bool Parameters
- right IUserRights
- The User Right to check on
Return Value
BooleanTrue if any
Groups this user belongs to include the specified
User Right.
RemarksWhen the value of the "right" parameter is null, returns true.
See Also