Click or drag to resize

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
)

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