Dynamicweb 8 Documentation
Add(Tag) Method

The tag of the tag.
Adds the specified tag.
Syntax
'Declaration
 
Public Overloads Shadows Sub Add( _ 
   ByVal tag As Tag _ 
) 
public new void Add( 
   Tag tag 
)

Parameters

tag
The tag of the tag.
Remarks
If a tag with the same name already exists, the tag is not inserted.
Example
See usage example in TagCollection
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

TagCollection Class
TagCollection Members
Overload List

Send Feedback