Click or drag to resize

IDatabaseRepositoryTryGetTeamByName Method

Tries to get a team by name.

Namespace:  PDTec.IceNet.Core.Database
Assembly:  PDTec.IceNet.Core (in PDTec.IceNet.Core.dll) Version: 7.2.0.0 (7.2.7583.15464)
Syntax
C#
bool TryGetTeamByName(
	string name,
	out ITeam pTeam
)

Parameters

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

Return Value

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