Dynamicweb 8 Documentation
RenderCurrency(Currency,Template,String) Method

The currency.
The template instance to render the currency tags to.
Name of the prefix of the tag, i.e. 'Currency' in the tag Currency.Code.
Renders the currency.
Syntax
'Declaration
 
Public Shared Sub RenderCurrency( _ 
   ByVal currency As Currency, _ 
   ByVal Template As Template, _ 
   ByVal TagName As String _ 
) 
public static void RenderCurrency( 
   Currency currency,
   Template Template,
   string TagName 
)

Parameters

currency
The currency.
Template
The template instance to render the currency tags to.
TagName
Name of the prefix of the tag, i.e. 'Currency' in the tag Currency.Code.
Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

Renderer Class
Renderer Members

Send Feedback