JAMS Developer Guide
SetTagsFromList(String) Method


MVPSI.JAMS Namespace > Tags Class > SetTagsFromList Method : SetTagsFromList(String) Method
Sets the tags on this object from a comma separated list of tag IDs.
Syntax
'Declaration
 
Public Overloads Sub SetTagsFromList( _
   ByVal tagList As System.String _
) 
'Usage
 
Dim instance As Tags
Dim tagList As System.String
 
instance.SetTagsFromList(tagList)
public void SetTagsFromList( 
   System.string tagList
)

Parameters

tagList
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

Tags Class
Tags Members
Overload List