A critical vulnerability was discovered in React Server Components (Next.js). Our systems remain protected but we advise to update packages to newest version. Learn More

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: 10.8.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