Five New Optimizely Certifications are Here! Validate your expertise and advance your career with our latest certification exams. Click here to find out more

Interface ISortable

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

Namespace: EPiServer.Framework
Assembly: EPiServer.Framework.dll
Version: 12.0.3
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