Class NotifierConfig
Represents the configuration for a notifier to be used to notify user about the completion of a PDF Services job.
Inheritance
System.Object
NotifierConfig
Namespace: Adobe.PDFServicesSDK.config.notifier
Assembly: Adobe.PDFServicesSDK.Doc.dll
Syntax
[Serializable]
[DataContract]
public class NotifierConfig
Constructors
NotifierConfig(NotifierType, CallbackNotifierData)
Constructs an instance of NotifierConfig
.
Declaration
public NotifierConfig(NotifierType notifierType, CallbackNotifierData callbackNotifierData)
Parameters
Type | Name | Description |
---|---|---|
NotifierType | notifierType | Specifies the type of notifier; can not be null. |
CallbackNotifierData | callbackNotifierData | Encapsulates callback notifier data; can not be null. |