Class CustomerEditSection
- Namespace
- Kentico.Xperience.Admin.DigitalCommerce.UIPages
- Assembly
- Kentico.Xperience.Admin.DigitalCommerce.dll
Customer edit section page.
public sealed class CustomerEditSection : EditSectionPage<CustomerInfo>, IPage
- Inheritance
-
objectCustomerEditSection
- Implements
- Inherited Members
- Extension Methods
Constructors
CustomerEditSection()
public CustomerEditSection()
Methods
GetObjectDisplayName(BaseInfo)
Gets object display name to be used in breadcrumbs, navigation items etc.
protected override Task<string> GetObjectDisplayName(BaseInfo infoObject)
Parameters
infoObject
BaseInfoCurrently processed info object.
Returns
- Task<string>
The object display name to be used in breadcrumbs, navigation items etc.