Dynamicweb 8 Documentation
ContainsTagName Method

The name of the tag.
Determines whether the collection contains a tag with the specified name.
Syntax
'Declaration
 
Public Function ContainsTagName( _ 
   ByVal name As String _ 
) As Boolean
public bool ContainsTagName( 
   string name 
)

Parameters

name
The name of the tag.

Return Value

true if the specified name is found; otherwise, false.
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

Send Feedback