KitchenDraw SDK 2
Show / Hide Table of Contents

Method GetValidArticles

GetValidArticles(string, bool, FetchFields)

Returns the list of articles of the block that are valid in a given finishes config string (which means they have prices defined for the finishes config).

Declaration
public IList<Appli.CatalogSummary.Article> GetValidArticles(string finishesConfigString, bool skipHidden = false, Appli.CatalogSummary.Article.FetchFields fetchFields = (Appli.CatalogSummary.Article.FetchFields)-1)
Parameters
Type Name Description
string finishesConfigString
bool skipHidden

Specifies whether hidden articles should be omitted from the result.

Appli.CatalogSummary.Article.FetchFields fetchFields

Specifies which fields should be fetched from the catalog into the returned list. This allows to reduce perfomance overhead of fetching unnecessary data from the catalog. The default value fetches all the fields.

Returns
Type Description
IList<Appli.CatalogSummary.Article>
In this article
  • GetValidArticles(string, bool, FetchFields)
Back to top Generated by DocFX