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

Class LinkStoreBase

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

Constructors

LinkStoreBase(IContentLoader, ReferenceConverter)

Declaration
protected LinkStoreBase(IContentLoader contentLoader, ReferenceConverter referenceConverter)
Parameters
Type Name Description
EPiServer.IContentLoader contentLoader
ReferenceConverter referenceConverter

Properties

ContentLoader

Declaration
protected IContentLoader ContentLoader { get; }
Property Value
Type Description
EPiServer.IContentLoader

ReferenceConverter

Declaration
protected ReferenceConverter ReferenceConverter { get; }
Property Value
Type Description
ReferenceConverter

Methods

GetNextIndex(Int32, Int32)

Declaration
protected static int GetNextIndex(int index, int indexSpacing)
Parameters
Type Name Description
System.Int32 index
System.Int32 indexSpacing
Returns
Type Description
System.Int32