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

Class SortComponentTransformer

Inheritance
System.Object
SortComponentTransformer
Inherited Members
System.Object.ToString()
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
Namespace: EPiServer.Shell.ViewComposition
Assembly: EPiServer.Shell.dll
Version: 11.20.7
Syntax
[ViewTransformer]
public class SortComponentTransformer : IViewTransformer, ISortable

Constructors

SortComponentTransformer()

Declaration
public SortComponentTransformer()

Properties

SortOrder

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

Methods

TransformView(ICompositeView, IPrincipal)

Declaration
public void TransformView(ICompositeView view, IPrincipal principal)
Parameters
Type Name Description
ICompositeView view
System.Security.Principal.IPrincipal principal

Implements

Extension Methods