SaaS CMS has officially launched! Learn more now.

Interface IExtendedProperties

Allows for reading and writing custom meta fields.

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