Try our conversational search powered by Generative AI!

Class VisitorGroupStore

Inheritance
System.Object
VisitorGroupStore
Implements
System.Web.Mvc.Async.IAsyncController
System.Web.Mvc.IController
System.Web.Mvc.Async.IAsyncManagerContainer
Namespace: EPiServer.Cms.Shell.UI.Rest.Internal
Assembly: EPiServer.Cms.Shell.UI.dll
Version: 11.20.7
Syntax
[RestStore("visitorgroup")]
public class VisitorGroupStore : RestControllerBase, IAsyncController, IController, IAsyncManagerContainer

Constructors

VisitorGroupStore(IVisitorGroupRepository)

Declaration
public VisitorGroupStore(IVisitorGroupRepository store)
Parameters
Type Name Description
IVisitorGroupRepository store

Methods

Get(Nullable<Guid>, ItemRange)

Declaration
public ActionResult Get(Guid? id, ItemRange range)
Parameters
Type Name Description
System.Nullable<System.Guid> id
ItemRange range
Returns
Type Description
System.Web.Mvc.ActionResult

Implements

System.Web.Mvc.Async.IAsyncController
System.Web.Mvc.IController
System.Web.Mvc.Async.IAsyncManagerContainer

Extension Methods