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 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