Initializes a new instance of the SortOrderAttribute class.

Namespace: DotNetNuke.UI.WebControls
Assembly: DotNetNuke (in DotNetNuke.dll)

Syntax

C#
public SortOrderAttribute(
	int order
)
Visual Basic
Public Sub New ( 
	order As Integer
)

Parameters

order
Type: System..::..Int32
paramorderM:DotNetNuke.UI.WebControls.SortOrderAttribute.#ctor(System.Int32)

See Also