| 
            
              SecurityHubAddUserToRole Method
             | 
          
        
        
            Adds user to a role.
            
        
        Namespace: GSF.Web.SecurityAssembly: GSF.Web (in GSF.Web.dll) Version: 2.4.257-beta
Syntaxfunction AddUserToRole(userID, roleID);
 View SourceParameters
- userID  Guid
 - User ID value.
 - roleID  Guid
 - Role ID value.
 
Return Value
Booleantrue if user was added; otherwise 
false.
See Also