Gets or sets the sort index, use this if you have dependencies between your resources.

Namespace:  EPiServer.Shell.Web.Resources
Assembly:  EPiServer.Shell (in EPiServer.Shell.dll) Version: 6.0.318.113

Syntax

C#
public int SortIndex { get; set; }
Visual Basic (Declaration)
Public Property SortIndex As Integer
Visual C++
public:
property int SortIndex {
	int get ();
	void set (int value);
}

See Also