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: 6.0.0.0 (6.0.6225.27214)
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