Click or drag to resize

RendererRenderRmaComments Method

Namespace:  Dynamicweb.Ecommerce.Frontend
Assembly:  Dynamicweb.Ecommerce (in Dynamicweb.Ecommerce.dll) Version: 1.12.0
Syntax
public void RenderRmaComments(
	ReturnMerchandiseAuthorizationCommentCollection comments,
	Template parentTemplate,
	string loopName,
	bool hasAddContent,
	bool hasCancelContent
)

Parameters

comments
Type: Dynamicweb.Ecommerce.Orders.ReturnMerchandiseAuthorizationReturnMerchandiseAuthorizationCommentCollection
parentTemplate
Type: Dynamicweb.RenderingTemplate
loopName
Type: SystemString
hasAddContent
Type: SystemBoolean
hasCancelContent
Type: SystemBoolean
See Also