Gets a value that indicate whether the specified user have enough roles to allow running the specified operation.
userName
User name to check
info
Operation information including its type and the annotation object involved.
true if the user has enough roles to allow the operation, otherwise; false including if the user was not found in any groups.
This method works as follows:
GetUserRoles is called obtain the roles for the specified user (through the groups this user belong to).
AnnOperationInfoEventArgs.Type is checked agains the built-in roles of the system. For instance, if the operation type is AnnOperationType.CreateObjects, then the user must contain AnnRoles.Edit or AnnRoles.EditAll (with edit only works if the
userName is the same as info.AnnObject.UserId.
Raster .NET | C API | C++ Class Library | JavaScript HTML5
Document .NET | C API | C++ Class Library | JavaScript HTML5
Medical .NET | C API | C++ Class Library | JavaScript HTML5
Medical Web Viewer .NET