Click or drag to resize

VaultDataTryGetTeam Method

Gets a team associated with a specified team UID.

Namespace: KeeperSecurity.Vault
Assembly: KeeperSdk (in KeeperSdk.dll) Version: 1.0.5-beta11
Syntax
C#
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

Boolean
true in the vault contains a team with specified UID; otherwise, false.

Implements

IVaultDataTryGetTeam(String, Team)
See Also