London Dev Meetup Rescheduled! Due to unavoidable reasons, the event has been moved to 21st May. Speakers remain the same—any changes will be communicated. Seats are limited—register here to secure your spot!

Interface IExtendedProperties

Allows for reading and writing custom meta fields.

Namespace: EPiServer.Commerce.Storage
Assembly: Mediachase.Commerce.dll
Version: 13.30.0
Syntax
public interface IExtendedProperties

Properties

Properties

Gets the property bag for dealing with custom meta fields.

Declaration
Hashtable Properties { get; }
Property Value
Type Description
System.Collections.Hashtable

Extension Methods