With Opticon around the corner, we'll be canceling this month's (Sept) Happy Hour.

Class MetaDictionaryStore

Inheritance
System.Object
MetaDictionaryStore
Namespace: EPiServer.Commerce.Shell.Rest
Assembly: EPiServer.Commerce.Shell.dll
Version: 13.30.0
Syntax
public class MetaDictionaryStore : RestControllerBase

Constructors

MetaDictionaryStore(MetaClassToContentTypeMap, UIDescriptorRegistry)

Declaration
public MetaDictionaryStore(MetaClassToContentTypeMap metaClassToContentTypeMap, UIDescriptorRegistry uiDescriptorRegistry)
Parameters
Type Name Description
MetaClassToContentTypeMap metaClassToContentTypeMap
EPiServer.Shell.UIDescriptorRegistry uiDescriptorRegistry

Methods

Get(Nullable<Int32>, ItemRange)

Declaration
public virtual RestResultBase Get(int? id, ItemRange range)
Parameters
Type Name Description
System.Nullable<System.Int32> id
EPiServer.Shell.Services.Rest.ItemRange range
Returns
Type Description
EPiServer.Shell.Services.Rest.RestResultBase