Keeper SDK Class Library
C#
Show/Hide TOC
Vault
Data
Try
Get
Team Method
Gets a team associated with a specified team UID.
Definition
Namespace:
KeeperSecurity.Vault
Assembly:
KeeperSdk (in KeeperSdk.dll) Version: 1.1.0
C#
Copy
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
IVaultData
TryGetTeam(String, Team
)
See Also
Reference
VaultData Class
KeeperSecurity.Vault Namespace
In This Article
Definition
Parameters
Return Value
Implements
See Also