Initializes a new instance of the CloudItem class

Namespace: MonoSoftware.MonoX.Blog
Assembly: MonoX (in MonoX.dll) Version: 5.1.40.5065 (5.1.40.5065)

Syntax

C#
public CloudItem(
	string text,
	double weight,
	string href,
	string slug
)
Visual Basic
Public Sub New ( 
	text As String,
	weight As Double,
	href As String,
	slug As String
)
Visual C++
public:
CloudItem(
	String^ text, 
	double weight, 
	String^ href, 
	String^ slug
)
F#
new : 
        text : string * 
        weight : float * 
        href : string * 
        slug : string -> CloudItem

Parameters

text
Type: System..::..String
weight
Type: System..::..Double
href
Type: System..::..String
slug
Type: System..::..String

See Also