Visual Guard Class Library Documentation

VGPermissionsLoadingEventArgs Constructor 

Initializes a new instance of the VGPermissionsLoadingEventArgs class with an action, the node it was performed upon, and the parent node.

public VGPermissionsLoadingEventArgs(
   IIdentity identity,
   VGGrantedRole[] roles,
   VGAuthorizationStatus status,
   String repositoryId
);

Parameters

identity

The IIdentity corresponding to the user for which the permission will be loaded.

roles

The list of VGIRoleInformation corresponding to the list of roles for the given identity.

status
The VGAuthorizationStatus representing the status of the current authorization process.
repositoryId
the repository id of the user for which the permission will be loaded.

See Also

VGPermissionsLoadingEventArgs Class | Novalys.VisualGuard.Security Namespace