Gets a value that indicate whether CurrentUser have enough roles to allow running the specified operation.
AnnGroupsRoles.prototype.isCurrentUserInRole = function(info)
isCurrentUserInRole(info: AnnOperationInfoEventArgs): boolean;
info
Operation information including its type and the any annotation object involved.
true if the user has enough roles to allow the operation, otherwise; false.
This method calls IsUserInRole(CurrentUser, info).
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