TagCloudItem Constructor
Initializes a new instance of the TagCloudItem class.
Namespace: Microsoft.SharePoint.Portal.WebControls
Assembly: Microsoft.SharePoint.Portal (in Microsoft.SharePoint.Portal.dll)
Syntax
'Declaration
Public Sub New ( _
name As String, _
count As Long, _
link As String _
)
'Usage
Dim name As String
Dim count As Long
Dim link As String
Dim instance As New TagCloudItem(name, count, _
link)
public TagCloudItem(
string name,
long count,
string link
)
Parameters
name
Type: System.StringThe name of the TagCloudItem.
count
Type: System.Int64The number of items that are tagged with the name.
link
Type: System.StringThe link that navigates to the tag profile page.