Class GridJsPermissionException

GridJsPermissionException class

represents permission exception in collaboration mode.only available in java version now, will be available in .net/python version in future.

public class GridJsPermissionException : Exception

Constructors

NameDescription
GridJsPermissionException(string, CoWorkUserPermission, CoWorkUserPermission)Constructs a permission exception
GridJsPermissionException(string, string, CoWorkUserPermission, CoWorkUserPermission)Constructs a permission exception

Methods

NameDescription
GetCurrentPermission()Gets the current permission level of the user
GetOperation()Gets the operation that was attempted to execute
GetRequiredPermission()Gets the permission level required for the operation

See Also