London Dev Meetup Rescheduled! Due to unavoidable reasons, the event has been moved to 21st May. Speakers remain the same—any changes will be communicated. Seats are limited—register here to secure your spot!

Interface ISortable

Used to be able to sort items of a type implementing the interface.

Namespace: EPiServer.Framework
Assembly: EPiServer.Framework.dll
Version: 10.10.4
Syntax
public interface ISortable

Properties

SortOrder

Used to sort items that implements this interface.

Declaration
int SortOrder { get; }
Property Value
Type Description
System.Int32

Extension Methods