Click or drag to resize
IDatabaseRepositoryTryGetTeamById Method
Tries to get a team by ID.

Namespace: PDTec.IceNet.Core.Database
Assembly: PDTec.IceNet.Core (in PDTec.IceNet.Core.dll) Version: 6.0.0.0 (6.0.6225.27214)
Syntax
C#
bool TryGetTeamById(
	string id,
	out ITeam pTeam
)

Parameters

id
Type: SystemString
The ID.
pTeam
Type: PDTec.IceNet.Core.Database.UserManagementITeam
The team or null.

Return Value

Type: Boolean
true if a team with the ID exists, otherwise false.
See Also