WebExtensionBinding constructor
WebExtensionBinding(id, bindingType, appRef)
Creates web extension binding with specified parameters.
WebExtensionBinding(id: string, bindingType: Aspose.Words.WebExtensions.WebExtensionBindingType, appRef: string)
Parameter | Type | Description |
---|---|---|
id | string | Binding identifier. |
bindingType | WebExtensionBindingType | Binding type. |
appRef | string | Binding key used to map the binding entry in this list with the bound data in the document. |
See Also
- module Aspose.Words.WebExtensions
- class WebExtensionBinding