Dynamicweb 8 Documentation
GetKeyForItem Method

The item - a Tag instance.
Gets the key for item. The key is the tag name.
Syntax
'Declaration
 
Protected Overrides Function GetKeyForItem( _ 
   ByVal item As Tag _ 
) As String
protected override string GetKeyForItem( 
   Tag item 
)

Parameters

item
The item - a Tag instance.

Return Value

The name of the passed Tag
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
Base Implementation in GetKeyForItem

Send Feedback