Added new feature : display the file/folder and link of a SharingLink object in the permissions reports.
This commit is contained in:
@@ -50,7 +50,10 @@ public static class PermissionConsolidator
|
||||
first.GrantedThrough,
|
||||
first.IsHighPrivilege,
|
||||
first.IsExternalUser,
|
||||
locations);
|
||||
locations,
|
||||
first.TargetUrl,
|
||||
first.TargetLabel,
|
||||
first.SharingLinkType);
|
||||
})
|
||||
.OrderBy(c => c.UserLogin)
|
||||
.ThenBy(c => c.PermissionLevel)
|
||||
|
||||
Reference in New Issue
Block a user