Click or drag to resize

LiveIntegrationAddIn Methods

The LiveIntegrationAddIn type exposes the following members.

Methods
  NameDescription
Public methodGetIdSuitableString
Gets the id suitable string.
(Inherited from ConfigurableAddIn.)
Public methodGetOptions
Get options for editors with multiple values
Public methodGetParametersToXml
Gets the parameters to XML.
(Inherited from ConfigurableAddIn.)
Public methodGetParametersToXml(Boolean)
Gets the parameters to XML.
(Inherited from ConfigurableAddIn.)
Public methodGetSupportedCustomerCenterIntegrationCalls
Return Integration customer center calls
(Overrides BaseLiveIntegrationAddInGetSupportedCustomerCenterIntegrationCalls.)
Public methodIsWebServiceConnectionAvailable
Check if the web service is available for the live integration
(Overrides BaseLiveIntegrationAddInIsWebServiceConnectionAvailable.)
Public methodLoadParametersFromXml
Loads the parameters from XML.
(Inherited from ConfigurableAddIn.)
Public methodLoadSettings
Load add-in configuration settings
(Overrides BaseLiveIntegrationAddInLoadSettings.)
Public methodRenderAdditionalContent
Renders the content of the additional.
(Inherited from ConfigurableAddIn.)
Public methodRetrieveItemDetailsFromRemoteSystem
Retrieves integration customer center item details
(Overrides BaseLiveIntegrationAddInRetrieveItemDetailsFromRemoteSystem(Template, String, User, String).)
Public methodRetrieveItemsListFromRemoteSystem
Retrieves integration customer center items list
(Overrides BaseLiveIntegrationAddInRetrieveItemsListFromRemoteSystem(Template, String, User, Int32, Int32, Int32).)
Public methodRetrievePDF
Retrieves order information in pdf
(Overrides BaseLiveIntegrationAddInRetrievePDF(HttpRequest, HttpResponse).)
Public methodSaveSettings
Save Add-in configuration settings
(Overrides BaseLiveIntegrationAddInSaveSettings.)
Public methodSetValue
Sets the value.
(Inherited from ConfigurableAddIn.)
Public methodUpdateFromPost
Updates from post back.
Remarks
Get the parameter from Context.Current.Request.Form
Form information. Null is allowed.
(Inherited from ConfigurableAddIn.)
Top
See Also