RoleDataTryGetRole Method |
Gets the enterprise role assocoated with the specified ID.
Namespace: KeeperSecurity.EnterpriseAssembly: KeeperSdk (in KeeperSdk.dll) Version: 1.0.5
Syntax 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
Booleantrue if the enterprise contains a role with specified ID; otherwise,
falseImplements
IRoleDataTryGetRole(Int64, EnterpriseRole)See Also