Class InUseNotificationStore
Inheritance
System.Object
InUseNotificationStore
Implements
System.Web.Mvc.Async.IAsyncController
System.Web.Mvc.IController
System.Web.Mvc.Async.IAsyncManagerContainer
Assembly: EPiServer.Cms.Shell.UI.dll
Version: 11.20.7
Syntax
[RestStore("inusenotification")]
public class InUseNotificationStore : RestControllerBase, IAsyncController, IController, IAsyncManagerContainer
Constructors
InUseNotificationStore(IInUseNotificationRepository, IContentRepository)
Declaration
public InUseNotificationStore(IInUseNotificationRepository inUseNotificationRepository, IContentRepository contentRepository)
Parameters
Methods
Delete(String)
Declaration
public RestResult Delete(string id)
Parameters
Type |
Name |
Description |
System.String |
id |
|
Returns
Get(ContentReference)
Declaration
public RestResult Get(ContentReference id)
Parameters
Returns
Post(InUseNotificationViewModel)
Declaration
public RestResult Post(InUseNotificationViewModel entity)
Parameters
Returns
Put(InUseNotificationViewModel)
Declaration
public RestResult Put(InUseNotificationViewModel entity)
Parameters
Returns
Implements
System.Web.Mvc.Async.IAsyncController
System.Web.Mvc.IController
System.Web.Mvc.Async.IAsyncManagerContainer
Extension Methods