Click or drag to resize

RendererRenderRmaTypes Method

Namespace:  Dynamicweb.Ecommerce.Frontend
Assembly:  Dynamicweb.Ecommerce (in Dynamicweb.Ecommerce.dll) Version: 1.12.0
Syntax
public void RenderRmaTypes(
	int selectedTypeId,
	List<KeyValuePair<ReturnMerchandiseAuthorizationType, string>> types,
	Template parentTemplate,
	string loopName
)

Parameters

selectedTypeId
Type: SystemInt32
types
Type: System.Collections.GenericListKeyValuePairReturnMerchandiseAuthorizationType, String
parentTemplate
Type: Dynamicweb.RenderingTemplate
loopName
Type: SystemString
See Also