Click or drag to resize

UserAuthorizationSystemGetCurrentGrants Method

Gets the grants of the current user.

Namespace:  ABB.Robotics.Controllers
Assembly:  ABB.Robotics.Controllers (in ABB.Robotics.Controllers.dll) Version: 6.5.129.0
Syntax
C#
public Grant[] GetCurrentGrants()

Return Value

Type: Grant
Returns an array of the user's grants.
See Also