Click or drag to resize

UserAuthorizationSystemCheckDemandGrant Method (String, 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,
	out string value
)

Parameters

grant
Type: SystemString
grant to check for.
value
Type: SystemString
The value of the grant.

Return Value

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