Example #1
0
 internal static bool SecurityIsAllowed(int courseID, SecurityAction action)
 {
     return(SharedSupport.SecurityIsAllowed(SharedSupport.GetUserIdentity(), courseID, action));
 }
Example #2
0
        //Course independant
        internal static bool SecurityIsAllowed(SecurityAction action)
        {
            PermissionsID temp;

            return(SharedSupport.SecurityIsAllowed(action, out temp));
        }