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 CustomPageNormalizationPlugin

Represents custom page normalization plugin.

Inheritance
System.Object
CustomPageNormalizationPlugin
Implements
Inherited Members
System.Object.ToString()
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
Namespace: Mediachase.Commerce.Customization.Plugins
Assembly: Mediachase.Commerce.dll
Version: 13.30.0
Syntax
public sealed class CustomPageNormalizationPlugin : IPlugin

Constructors

CustomPageNormalizationPlugin()

Declaration
public CustomPageNormalizationPlugin()

Fields

FieldNameCreatedLevel

Declaration
public const string FieldNameCreatedLevel = "CustomPageNormalization_CreatedLevel"
Field Value
Type Description
System.String

FieldNameModifiedLevel

Declaration
public const string FieldNameModifiedLevel = "CustomPageNormalization_ModifiedLevel"
Field Value
Type Description
System.String

Methods

Execute(BusinessContext)

Executes the specified context.

Declaration
public void Execute(BusinessContext context)
Parameters
Type Name Description
BusinessContext context

The context.

Implements