function Leadtools.Annotations.Core.AnnGroupsRoles.isCurrentUserInRole( info )
Parameter | Type | Description |
---|---|---|
info | AnnOperationInfoEventArgs | Operation information including its type and the any annotation object involved. |
Type | Description |
---|---|
boolean | true if the user has enough roles to allow the operation, otherwise; false. |
This method calls IsUserInRole(CurrentUser, info).