Don't miss out Virtual Happy Hour this Friday (April 26).

Try our conversational search powered by Generative AI!

Interface IExtendedProperties

Allows for reading and writing custom meta fields.

Namespace: EPiServer.Commerce.Storage
Assembly: Mediachase.Commerce.dll
Version: 10.8.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