| RendererRenderRma Method |
Namespace:
Dynamicweb.Ecommerce.Frontend
Assembly:
Dynamicweb.Ecommerce (in Dynamicweb.Ecommerce.dll) Version: 1.12.0
Syntax public void RenderRma(
ReturnMerchandiseAuthorization rma,
Template template,
string orderId,
bool hasAddProductComment,
bool hasAddContent,
bool hasCancelContent
)
Public Sub RenderRma (
rma As ReturnMerchandiseAuthorization,
template As Template,
orderId As String,
hasAddProductComment As Boolean,
hasAddContent As Boolean,
hasCancelContent As Boolean
)
Parameters
- rma
- Type: Dynamicweb.Ecommerce.Orders.ReturnMerchandiseAuthorizationReturnMerchandiseAuthorization
- template
- Type: Dynamicweb.RenderingTemplate
- orderId
- Type: SystemString
- hasAddProductComment
- Type: SystemBoolean
- hasAddContent
- Type: SystemBoolean
- hasCancelContent
- Type: SystemBoolean
See Also