| RendererRenderRmaOrderLine Method |
Namespace:
Dynamicweb.Ecommerce.Frontend
Assembly:
Dynamicweb.Ecommerce (in Dynamicweb.Ecommerce.dll) Version: 1.12.0
Syntax public void RenderRmaOrderLine(
ReturnMerchandiseAuthorizationOrderLine rmaOrderLine,
int prefixId,
Template template,
bool hasAddProductComment,
bool hasAddContent,
bool hasCancelContent
)
Public Sub RenderRmaOrderLine (
rmaOrderLine As ReturnMerchandiseAuthorizationOrderLine,
prefixId As Integer,
template As Template,
hasAddProductComment As Boolean,
hasAddContent As Boolean,
hasCancelContent As Boolean
)
Parameters
- rmaOrderLine
- Type: Dynamicweb.Ecommerce.Orders.ReturnMerchandiseAuthorizationReturnMerchandiseAuthorizationOrderLine
- prefixId
- Type: SystemInt32
- template
- Type: Dynamicweb.RenderingTemplate
- hasAddProductComment
- Type: SystemBoolean
- hasAddContent
- Type: SystemBoolean
- hasCancelContent
- Type: SystemBoolean
See Also