Share via


UserRequest.updateRoleLookupQuery Method

Updates the query that will be used as the security role lookup.

Syntax

public void updateRoleLookupQuery(Query _securityRoleLookupQuery)

Run On

Called

Parameters

  • _securityRoleLookupQuery
    Type: Query Class
    The query to update.

Remarks

Sub types of the UserRequest class can override this this method to update the default query.

See Also

Reference

UserRequest Table