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

The default language ID.

public string DefaultLanguageId { get; set; }

Property Value

string

Groups

The list of the groups.

public IEnumerable<Group> Groups { get; set; }

Property Value

IEnumerable<Group>

LanguagesIds

The list of the languages for calculation of completeness rank.

public IEnumerable<string> LanguagesIds { get; set; }

Property Value

IEnumerable<string>

Rules

The list of the completion rules.

public IEnumerable<CompletionRule> Rules { get; set; }

Property Value

IEnumerable<CompletionRule>
To top