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 CustomColumnSettings

This type/member supports the EPiServer infrastructure and is not intended to be used directly from your code.

This class represents a custom column setting.

Inheritance
System.Object
CustomColumnSettings
Namespace: EPiServer.Commerce.CustomColumnSetting.Internal
Assembly: EPiServer.Business.Commerce.dll
Version: 14.26.0
Syntax
public class CustomColumnSettings : Object

Constructors

CustomColumnSettings()

Declaration
public CustomColumnSettings()

Properties

DisplayedColumn

Gets or sets the displayed column.

Declaration
public string DisplayedColumn { get; set; }
Property Value
Type Description
System.String

SortOrder

Gets or sets the sort order.

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

UserName

Gets or sets username.

Declaration
public string UserName { get; set; }
Property Value
Type Description
System.String

ViewId

Gets or sets the view id.

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