Class ContentVersionStore
Inheritance
System.Object
ContentVersionStore
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("contentversion")]
public class ContentVersionStore : RestControllerBase, IAsyncController, IController, IAsyncManagerContainer
Constructors
ContentVersionStore(IContentRepository, IContentVersionRepository, LocalizationService)
Declaration
public ContentVersionStore(IContentRepository contentRepository, IContentVersionRepository contentVersionRepository, LocalizationService localizationService)
Parameters
Methods
Delete(ContentReference, Nullable<Boolean>)
Declaration
public RestResultBase Delete(ContentReference id, bool? deleteLanguageBranch)
Parameters
Type |
Name |
Description |
ContentReference |
id |
|
System.Nullable<System.Boolean> |
deleteLanguageBranch |
|
Returns
Get(ContentReference, ContentReference, String, IEnumerable<SortColumn>, String, ItemRange)
Declaration
public RestResultBase Get(ContentReference id, ContentReference contentLink, string language, IEnumerable<SortColumn> sortColumns, string query, ItemRange range)
Parameters
Returns
Patch(ContentVersionViewModel)
Declaration
public RestResultBase Patch(ContentVersionViewModel entity)
Parameters
Returns
Post(CreateContentVersionViewModel)
Declaration
public RestResultBase Post(CreateContentVersionViewModel entity)
Parameters
Returns
Implements
System.Web.Mvc.Async.IAsyncController
System.Web.Mvc.IController
System.Web.Mvc.Async.IAsyncManagerContainer
Extension Methods