| BaseLiveIntegrationAddInRetrievePDF Method |
Namespace:
Dynamicweb.Ecommerce.Integration
Assembly:
Dynamicweb.Ecommerce (in Dynamicweb.Ecommerce.dll) Version: 1.10.0
Syntax public virtual void RetrievePDF(
HttpRequest httpRequest,
HttpResponse httpResponse
)
Public Overridable Sub RetrievePDF (
httpRequest As HttpRequest,
httpResponse As HttpResponse
)
Parameters
- httpRequest
- Type: System.WebHttpRequest
- httpResponse
- Type: System.WebHttpResponse
See Also