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
loopNamestringRenderer 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.