Table of Contents

Class RelatedProductListAttribute

Namespace
Dynamicweb.Ecommerce.Extensibility.Provider
Assembly
Dynamicweb.Ecommerce.dll

RelatedProductListAttribute class. This class cannot be inherited.

[AttributeUsage(AttributeTargets.Class, AllowMultiple = true, Inherited = false)]
public sealed class RelatedProductListAttribute : Attribute
Inheritance
RelatedProductListAttribute
Inherited Members

Constructors

RelatedProductListAttribute(string)

Initializes a new instance of an object.

public RelatedProductListAttribute(string loopName)

Parameters

loopName string

Renderer loopname.

Exceptions

ArgumentException

No Loopname found. Loopname must be specified.;loopname

Properties

LoopName

Gets the render loopname.

public string LoopName { get; }

Property Value

string

The name of the loop.

LoopNameCount

Gets the render loopname count.

public string LoopNameCount { get; }

Property Value

string

The loop name count.

See Also

To top