Click or drag to resize

IDatabaseRepositoryTryGetPartyById Method

Tries to get a party by ID.

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 TryGetPartyById(
	string id,
	out IParty pParty
)

Parameters

id
Type: SystemString
The ID.
pParty
Type: PDTec.IceNet.Core.Database.UserManagementIParty
The party or null.

Return Value

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