Click or drag to resize
IDatabasePartyGetAuths Method

Namespace: PDTec.IceNet.Core.Database.Implementation
Assembly: PDTec.IceNet.Core (in PDTec.IceNet.Core.dll) Version: 6.0.0.0 (6.0.6225.27214)
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