Click or drag to resize

IDatabasePartyGetAuths Method

Namespace:  PDTec.IceNet.Core.Database.Implementation
Assembly:  PDTec.IceNet.Core (in PDTec.IceNet.Core.dll) Version: 7.2.0.0 (7.2.7583.15464)
Syntax
C#
void PartyGetAuths(
	string partyId,
	AuthorizedItemType itemType,
	out AuthRecord[] aAuthorizations
)

Parameters

partyId
Type: SystemString
itemType
Type: PDTec.IceNet.Core.DatabaseAuthorizedItemType
aAuthorizations
Type: PDTec.IceNet.Core.Database.ImplementationAuthRecord
See Also