A critical vulnerability was discovered in React Server Components (Next.js). Our systems remain protected but we advise to update packages to newest version. Learn 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