Click or drag to resize

ISubscribableNotifyAuthorized Method (Notification, AuthorizedItemType, Int32)

Namespace:  PDTec.IceNet.Domain.Subscription.BusinessObjects
Assembly:  PDTec.IceNet.Domain (in PDTec.IceNet.Domain.dll) Version: 7.2.0.0 (7.2.7583.15464)
Syntax
C#
void NotifyAuthorized(
	Notification pNotification,
	AuthorizedItemType authorizationTarget,
	int requiredAuthLevel
)

Parameters

pNotification
Type: PDTec.IceNet.Domain.SubscriptionNotification
authorizationTarget
Type: PDTec.IceNet.Core.DatabaseAuthorizedItemType
requiredAuthLevel
Type: SystemInt32
See Also