Dynamicweb 8 Documentation
SetTags(DataRow) Method

A datarow with values.
Adds template tags to the template tag collection using the name of the datarow columns as name and the values as value.
Syntax
'Declaration
 
Public Overloads Sub SetTags( _ 
   ByVal values As DataRow _ 
) 
public void SetTags( 
   DataRow values 
)

Parameters

values
A datarow with values.
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

Template Class
Template Members
Overload List

Send Feedback