VaultDataTryGetTeam Method |
Gets a team associated with a specified team UID.
Namespace: KeeperSecurity.VaultAssembly: KeeperSdk (in KeeperSdk.dll) Version: 1.0.5
Syntax public bool TryGetTeam(
string teamUid,
out Team team
)
Parameters
- teamUid String
- Team UID.
- team Team
- When this method returns true, contains requested team; otherwise null.
Return Value
Booleantrue in the vault contains a team with specified UID; otherwise,
false.
Implements
IVaultDataTryGetTeam(String, Team)See Also