Previous Docs Version

The documentation you are viewing is for a previous version of the Vendr product. Click here to jump to the current stable version.

Region

API reference for Region in Vendr, the eCommerce solution for Umbraco v8+

Region

public class Region : RegionReadOnly

Inheritance

Namespace

Methods

Create (1 of 2)

public static Region Create(IUnitOfWork uow, Guid storeId, Guid countryId, string code, string name)

Create (2 of 2)

public static Region Create(IUnitOfWork uow, Guid id, Guid storeId, Guid countryId, string code, 
    string name)

ClearDefaultPaymentMethod

public Region ClearDefaultPaymentMethod()

ClearDefaultShippingMethod

public Region ClearDefaultShippingMethod()

SetCode

public Region SetCode(string code)

SetDefaultPaymentMethod

public Region SetDefaultPaymentMethod(Guid? paymentMethodId)

SetDefaultShippingMethod

public Region SetDefaultShippingMethod(Guid? shippingMethodId)

SetName

public Region SetName(string name)

SetSortOrder

public Region SetSortOrder(int sortOrder)

Edit this page on GitHub

Site + logo design © 2025 Outfield Digital Ltd. Content contributions licensed under MIT.
Vendr® is a Registered Trademark of Outfield Digital Ltd.