Jump to: navigation, search

Changes


HowTo:Configure Users and User Rights

41 bytes added, 17:00, 17 January 2020
// First, let's define our result collection containing the group rights.
List<UBIK.Service.DTO.V240.GroupRight> results = new List<UBIK.Service.DTO.V240.GroupRight>();
  if(defaultRights != null) { // We'll add the default rights in case we don't have defined any specific rights for the active user's group. results.AddRange(defaultRights); }
// Now we try to find the rights defined for this object.
1,606
edits