Click or drag to resize

EnterpriseDataTryGetTeam Method

Gets the enterprise team associated with the specified team UID.

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

Boolean
true if the enterprise contains a team with specified UID; otherwise, false
See Also