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!

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