Table of Contents

Enum UserAddressKind

Namespace
Dynamicweb.Security.UserManagement
Assembly
Dynamicweb.Core.dll

Represents the address's kind.

public enum UserAddressKind

Fields

Billing = 2

Used for billing

None = 0

Used both for shipping and billing

Shipping = 1

Used for shipping

To top