Table of Contents

Class CompletenessOptions

Namespace
Dynamicweb.Ecommerce.Products.CompletionRules
Assembly
Dynamicweb.Ecommerce.dll
Represents options to calculate product completeness rank.
public class CompletenessOptions
Inheritance
CompletenessOptions
Inherited Members

Properties

DefaultLanguageId

Gets or sets the product The default language id.
public string DefaultLanguageId { get; set; }

Property Value

string

Groups

public IEnumerable<Group> Groups { get; }

Property Value

IEnumerable<Group>

LanguagesIds

Gets or sets the list of the languages for calculation completeness rank.
public IEnumerable<string> LanguagesIds { get; set; }

Property Value

IEnumerable<string>

Rules

Gets or sets the list of the completion rules.
public IEnumerable<CompletionRule> Rules { get; set; }

Property Value

IEnumerable<CompletionRule>
To top