Class ImageServiceSection
Implements operations for the image service section. This class is no longer used.
Inheritance
System.Object
ImageServiceSection
Namespace: Mediachase.Commerce.Engine.Images
Assembly: Mediachase.Commerce.dll
Version: 13.30.0Syntax
[Obsolete("The old image system based on MetaData Plus is obsolete. You should use the new asset/media system in Episerver CMS instead. Will remain at least until January 2019")]
public class ImageServiceSection : ConfigurationSection
Constructors
ImageServiceSection()
Declaration
public ImageServiceSection()
Properties
DefaultProvider
Gets or sets the default provider.
Declaration
public string DefaultProvider { get; set; }
Property Value
Type | Description |
---|---|
System.String | The default provider. |
Providers
Gets the providers.
Declaration
public ProviderSettingsCollection Providers { get; }
Property Value
Type | Description |
---|---|
System.Configuration.ProviderSettingsCollection | The providers. |