Click or drag to resize

IDatabaseRepositoryRemoveAuthorization Method (AuthorizedItemType, String, String)

Removes existing authorization entries for the party from the item.

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#
void RemoveAuthorization(
	AuthorizedItemType itemType,
	string itemId,
	string partyName
)

Parameters

itemType
Type: PDTec.IceNet.Core.DatabaseAuthorizedItemType
The item type.
itemId
Type: SystemString
The item ID.
partyName
Type: SystemString
The party name.
See Also