Gets SortOrder of the CContent

Namespace:  Asi.iBO.ContentManagement
Assembly:  Asi.iBO (in Asi.iBO.dll) Version: 15.1.2.0

Syntax

C#
public decimal SortOrder { get; }
Visual Basic (Declaration)
Public ReadOnly Property SortOrder As Decimal
Visual C++
public:
property Decimal SortOrder {
	Decimal get ();
}

See Also