Class CustomerAddressesList
- Assembly
- Kentico.Xperience.Admin.DigitalCommerce.dll
Represents a listing page of customer addresses.
public sealed class CustomerAddressesList : ListingPage, IPage
- Inheritance
-
objectCustomerAddressesList
- Implements
- Inherited Members
- Extension Methods
Constructors
CustomerAddressesList()
public CustomerAddressesList()
Properties
ObjectId
ID of the customer.
[PageParameter(typeof(IntPageModelBinder))]
public int ObjectId { get; set; }
Property Value
- int
ObjectType
Type of the info objects that are listed. Corresponds to the OBJECT_TYPE property of the info object or PredefinedObjectType.
protected override string ObjectType { get; }
Property Value
- string
Methods
ConfigurePage()
Allows configure and share page specific values prior invocation of the ConfigureTemplateProperties(TClientProperties) or command method.
public override Task ConfigurePage()
Returns
- Task