Error processing SSI file
LEADTOOLS JavaScript (Leadtools.Annotations.Core)

IsCurrentUserInRole Method

Show in webframe
Operation information including its type and the any annotation object involved.
Gets a value that indicate whether CurrentUser have enough roles to allow running the specified operation.
Syntax
 function Leadtools.Annotations.Core.AnnGroupsRoles.isCurrentUserInRole( 
   info 
)

Parameters

ParameterTypeDescription
infoAnnOperationInfoEventArgsOperation information including its type and the any annotation object involved.

Return Value

TypeDescription
boolean true if the user has enough roles to allow the operation, otherwise; false.
Remarks

This method calls IsUserInRole(CurrentUser, info).

See Also

Reference

AnnGroupsRoles Object
AnnGroupsRoles Members

Error processing SSI file