WebExtensionBinding constructor

WebExtensionBinding(id, bindingType, appRef)

Creates web extension binding with specified parameters.

WebExtensionBinding(id: string, bindingType: Aspose.Words.WebExtensions.WebExtensionBindingType, appRef: string)
ParameterTypeDescription
idstringBinding identifier.
bindingTypeWebExtensionBindingTypeBinding type.
appRefstringBinding key used to map the binding entry in this list with the bound data in the document.

See Also