Table of Contents

Class CustomerExperienceCenterRmaSettings

Represents the settings of the "Customer Experience Center - RMA" module.

public class CustomerExperienceCenterRmaSettings
Inheritance
CustomerExperienceCenterRmaSettings
Inherited Members

Constructors

CustomerExperienceCenterRmaSettings(Properties)

Initializes a new instance of a CustomerExperienceCenterRmaSettings class.

public CustomerExperienceCenterRmaSettings(Properties properties)

Parameters

properties Properties

The customer center properties.

Properties

PageSize

public int PageSize { get; set; }

Property Value

int

RmaDetailTemplate

public string RmaDetailTemplate { get; set; }

Property Value

string

RmaListTemplate

public string RmaListTemplate { get; set; }

Property Value

string

SortByField

public string SortByField { get; set; }

Property Value

string

SortOrder

public SortOrderType SortOrder { get; set; }

Property Value

SortOrderType
To top