Click or drag to resize

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
)

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