Five New Optimizely Certifications are Here! Validate your expertise and advance your career with our latest certification exams. Click here to find out more

Class MetaDictionaryStore

Inheritance
System.Object
MetaDictionaryStore
Namespace: EPiServer.Commerce.Shell.Rest
Assembly: EPiServer.Commerce.Shell.dll
Version: 14.26.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(Nullable<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