Click or drag to resize

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
)

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