Dynamicweb 8 Documentation
Add(TagCollection) Method

The collection of tags to add to this instance.
Adds the specified collection of tags to this instance of the collection.
Syntax
'Declaration
 
Public Overloads Sub Add( _ 
   ByVal tags As TagCollection _ 
) 
public void Add( 
   TagCollection tags 
)

Parameters

tags
The collection of tags to add to this instance.
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