ConvertToTagCloudItems(String[],String[],String[],String[],String[],Object[]) Method
In This Topic
Converts a collection of items to tag cloud items.
Syntax
'Declaration
Public Overloads Shared Function ConvertToTagCloudItems( _
ByVal () As String, _
ByVal () As String, _
ByVal () As String, _
ByVal () As String, _
ByVal () As String, _
ByVal () As Object _
) As Collection(Of TagCloudItem)
'Usage
Dim text() As String
Dim weight() As String
Dim href() As String
Dim title() As String
Dim displayText() As String
Dim itemData() As Object
Dim value As Collection(Of TagCloudItem)
value = TagCloudCellType.ConvertToTagCloudItems(text, weight, href, title, displayText, itemData)
public static Collection<TagCloudItem> ConvertToTagCloudItems(
string[] ,
string[] ,
string[] ,
string[] ,
string[] ,
object[]
)
Parameters
- text
- Items for the cloud specified in a string array
- weight
- Weights for the cloud items specified in a string array
- href
- HTML anchors for the cloud items specified in a string array
- title
- Titles for the cloud items specified in a string array
- displayText
- Text to display for the cloud items specified in a string array
- itemData
- Item data for the cloud items specified in a string array
Return Value
See Also