EnterpriseDataTryGetTeam Method

Gets the enterprise team associated with the specified team UID.

Definition

Namespace: KeeperSecurity.Enterprise
Assembly: KeeperSdk (in KeeperSdk.dll) Version: 1.1.0
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