London Dev Meetup Rescheduled! Due to unavoidable reasons, the event has been moved to 21st May. Speakers remain the same—any changes will be communicated. Seats are limited—register here to secure your spot!

Class TemplateProviderSection

Implements operations for the template provider section. (Inherits System.Configuration.ConfigurationSection.)

Inheritance
System.Object
TemplateProviderSection
Namespace: Mediachase.Commerce.Engine.Template
Assembly: Mediachase.Commerce.dll
Version: 13.30.0
Syntax
[Obsolete("The template engine is no longer used. Can use content like page data to accomplish the same goals. Will remain at least until Aug 2020")]
public class TemplateProviderSection : ConfigurationSection

Constructors

TemplateProviderSection()

Declaration
public TemplateProviderSection()

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.