Integration/User-Types.md
... ...
@@ -70,7 +70,7 @@ public class CustomAdHocConfig : DatabaseAdHocConfig
70 70
//the default mode for AdHocSettings.CurrentUserIsAdmin is set to TRUE
71 71
//You must set it to FALSE for share-with values to take effect
72 72
73
- //Determine user type permissions (in this I'm assuming it's inside of the roles we pulled earlier)
73
+ //Determine user type permissions
74 74
if (AdHocSettings.CurrentUserRoles.Contains<string>("Admin"))
75 75
{
76 76
//The following settings allows the user to ignore share with values