Click or drag to resize

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
C#
public bool CheckDemandGrant(
	string grant
)

Parameters

grant
Type: SystemString
grant to check for.

Return Value

Type: Boolean
true if the user has the grant.
See Also