Show / Hide Table of Contents

Class CallbackNotifierData

Represents the configuration for the notifier data.

Inheritance
System.Object
CallbackNotifierData
Implements
INotifierData
Namespace: Adobe.PDFServicesSDK.config.notifier
Assembly: Adobe.PDFServicesSDK.Doc.dll
Syntax
[Serializable]
[DataContract]
public class CallbackNotifierData : INotifierData

Constructors

CallbackNotifierData(String)

Constructs an instance of CallbackNotifierData using a callback url.

Declaration
public CallbackNotifierData(string url)
Parameters
Type Name Description
System.String url

callback URL

CallbackNotifierData(String, Dictionary<String, String>)

Constructs an instance of CallbackNotifierData using a callback url.

Declaration
public CallbackNotifierData(string url, Dictionary<string, string> headers)
Parameters
Type Name Description
System.String url

callback URL

System.Collections.Generic.Dictionary<System.String, System.String> headers

callback headers

Implements

INotifierData
In This Article
Back to top Copyright © 2020 Adobe. All rights reserved.