| RendererRenderRmaOrderLines Method |
Namespace:
Dynamicweb.Ecommerce.Frontend
Assembly:
Dynamicweb.Ecommerce (in Dynamicweb.Ecommerce.dll) Version: 1.12.0
Syntax public void RenderRmaOrderLines(
ReturnMerchandiseAuthorizationOrderlineCollection rmaOrderLines,
Template parentTemplate,
string loopName,
bool hasAddProductComment,
bool hasAddContent,
bool hasCancelContent
)
Public Sub RenderRmaOrderLines (
rmaOrderLines As ReturnMerchandiseAuthorizationOrderlineCollection,
parentTemplate As Template,
loopName As String,
hasAddProductComment As Boolean,
hasAddContent As Boolean,
hasCancelContent As Boolean
)
Parameters
- rmaOrderLines
- Type: Dynamicweb.Ecommerce.Orders.ReturnMerchandiseAuthorizationReturnMerchandiseAuthorizationOrderlineCollection
- parentTemplate
- Type: Dynamicweb.RenderingTemplate
- loopName
- Type: SystemString
- hasAddProductComment
- Type: SystemBoolean
- hasAddContent
- Type: SystemBoolean
- hasCancelContent
- Type: SystemBoolean
See Also