Class PropertyMediaCommonSettingsStore
Summary description for PropertyMediaCommonSettingsStore.
Inheritance
System.Object
PropertyMediaCommonSettingsStore
Namespace: ImageVault.EPiServer.UI.Stores
Assembly: ImageVault.EPiServer.UI.dll
Syntax
public class PropertyMediaCommonSettingsStore : RestControllerBase
Constructors
PropertyMediaCommonSettingsStore(ScriptHelperBase, IOptions<ImageVaultClientOptions>)
Declaration
public PropertyMediaCommonSettingsStore(ScriptHelperBase scriptHelper, IOptions<ImageVaultClientOptions> clientOptions)
Parameters
| Type | Name | Description |
|---|---|---|
| ScriptHelperBase | scriptHelper | |
| Microsoft.Extensions.Options.IOptions<ImageVaultClientOptions> | clientOptions |
Methods
Get()
Gets the settings for the property media common javascript class
Declaration
public JsonResult Get()
Returns
| Type | Description |
|---|---|
| Microsoft.AspNetCore.Mvc.JsonResult | A Microsoft.AspNetCore.Mvc.JsonResult containing the settings of the PropertyMediaCommon |