Class CatalogContentSortWrapper
Inheritance
System.Object
CatalogContentSortWrapper
Assembly: EPiServer.Commerce.Shell.dll
Version: 14.26.0
Syntax
public class CatalogContentSortWrapper : ContentSortWrapper
Constructors
CatalogContentSortWrapper(IContent, UIDescriptorRegistry)
Declaration
public CatalogContentSortWrapper(IContent content, UIDescriptorRegistry uiDescriptorRegistry)
Parameters
Type |
Name |
Description |
EPiServer.Core.IContent |
content |
|
EPiServer.Shell.UIDescriptorRegistry |
uiDescriptorRegistry |
|
Properties
Code
Declaration
public string Code { get; }
Property Value
Type |
Description |
System.String |
|
MetaClassName
Declaration
public string MetaClassName { get; }
Property Value
Type |
Description |
System.String |
|
TypeSortIndex
Declaration
public int TypeSortIndex { get; }
Property Value
Type |
Description |
System.Int32 |
|