List of questions
Related questions
Question 19 - CAD discussion
Which method call returns true only if the currently logged in user has the catalog_admin role and in no other case?
A.
g_user.hasRole('catalog_admin')
B.
g_user.hasRoleExactly('catalog_admin')
C.
g_user.hasRoleOnly('catalog_admin')
D.
g_user.hasRoleFromList('catalog_admin')
Your answer:
0 comments
Sorted by
Leave a comment first