Class ImageVaultCategoryStore
Store that retrieves the ImageVault categories
Inheritance
System.Object
ImageVaultCategoryStore
Namespace: ImageVault.EPiServer.UI.Stores
Assembly: ImageVault.EPiServer.UI.dll
Syntax
public class ImageVaultCategoryStore : RestControllerBase
Constructors
ImageVaultCategoryStore(ILogger<ImageVaultCategoryStore>, IClientFactory)
Declaration
public ImageVaultCategoryStore(ILogger<ImageVaultCategoryStore> logger, IClientFactory clientFactory)
Parameters
Type | Name | Description |
---|---|---|
Microsoft.Extensions.Logging.ILogger<ImageVaultCategoryStore> | logger | |
IClientFactory | clientFactory |
Methods
Get()
Declaration
public JsonResult Get()
Returns
Type | Description |
---|---|
Microsoft.AspNetCore.Mvc.JsonResult |