UserAuthorizationSystemCheckDemandGrant Method (String) |
Checks if the current user has the required grant.
Namespace:
ABB.Robotics.Controllers
Assembly:
ABB.Robotics.Controllers (in ABB.Robotics.Controllers.dll) Version: 6.5.129.0
Syntax public bool CheckDemandGrant(
string grant
)
Parameters
- grant
- Type: SystemString
grant to check for.
Return Value
Type:
Booleantrue if the user has the grant.
See Also