Keeper SDK Class Library
C#
Show/Hide TOC
Role
Data
Try
Get
Role Method
Gets the enterprise role assocoated with the specified ID.
Definition
Namespace:
KeeperSecurity.Enterprise
Assembly:
KeeperSdk (in KeeperSdk.dll) Version: 1.1.0
C#
Copy
public
bool
TryGetRole
(
long
roleId
,
out
EnterpriseRole
role
)
Parameters
roleId
Int64
Enterprise Role ID
role
EnterpriseRole
When this method returns
true
, contains requested enterprise role; otherwise
null
.
Return Value
Boolean
true
if the enterprise contains a role with specified ID; otherwise,
false
Implements
IRoleData
TryGetRole(Int64, EnterpriseRole
)
See Also
Reference
RoleData Class
KeeperSecurity.Enterprise Namespace
In This Article
Definition
Parameters
Return Value
Implements
See Also