EnterpriseDataTryGetTeam Method |
Gets the enterprise team associated with the specified team UID.
Namespace: KeeperSecurity.EnterpriseAssembly: KeeperSdk (in KeeperSdk.dll) Version: 1.0.5
Syntax public bool TryGetTeam(
string teamUid,
out EnterpriseTeam team
)
Parameters
- teamUid String
- Team UID
- team EnterpriseTeam
- When this method returns true, contains requested enterprise team; otherwise null.
Return Value
Booleantrue if the enterprise contains a team with specified UID; otherwise,
falseSee Also