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 FileSortOrderSelectionFactory

Inheritance
System.Object
FileSortOrderSelectionFactory
Implements
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.Cms.Shell.UI.ObjectEditing.EditorDescriptors.SelectionFactories
Assembly: EPiServer.Cms.Shell.UI.dll
Version: 11.20.7
Syntax
[SelectionFactoryRegistration]
public class FileSortOrderSelectionFactory : EnumSelectionFactory, ISelectionFactory

Constructors

FileSortOrderSelectionFactory()

Declaration
public FileSortOrderSelectionFactory()

FileSortOrderSelectionFactory(LocalizationService)

Declaration
public FileSortOrderSelectionFactory(LocalizationService localizationService)
Parameters
Type Name Description
LocalizationService localizationService

Properties

EnumType

Declaration
protected override Type EnumType { get; }
Property Value
Type Description
System.Type
Overrides

Methods

GetStringForEnumValue(Int32)

Declaration
protected override string GetStringForEnumValue(int value)
Parameters
Type Name Description
System.Int32 value
Returns
Type Description
System.String
Overrides

Implements

Extension Methods