Dynamicweb 8 Documentation
Tags Property (Template)

Gets or sets the collection of template tags.
Syntax
'Declaration
 
Public Property Tags As TagCollection
public TagCollection Tags {get; set;}

Property Value

The tag collection.If no tags have been added to the template instance using SetTag(String,String), an empty instance of a TagCollectionis returned. Never returns null (Nothing in Visual Basic)
Remarks
Use SetTag(String,String) or SetTags(TagCollection) to add tags or tag collections to the current instance.
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

Send Feedback