Click or drag to resize

IPartyIsMemberOf Method

Indicates if the party is member of a team.

Namespace:  PDTec.IceNet.Core.Database.UserManagement
Assembly:  PDTec.IceNet.Core (in PDTec.IceNet.Core.dll) Version: 7.2.0.0 (7.2.7583.15464)
Syntax
C#
bool IsMemberOf(
	ITeam pTeam,
	bool recursive
)

Parameters

pTeam
Type: PDTec.IceNet.Core.Database.UserManagementITeam
The team.
recursive
Type: SystemBoolean
Indicates if the test should be performed recursively ("member of member").

Return Value

Type: Boolean
true if the party is a member of the team, false otherwise.
Remarks
If recursive is set to true then a membership test with itself results in true.
See Also