KitchenDraw SDK 2
Show / Hide Table of Contents

Method GetModels

GetModels(bool, FetchFields)

Returns the list of models of the catalog.

Declaration
public IList<Appli.CatalogSummary.Model> GetModels(bool skipHidden = false, Appli.CatalogSummary.Model.FetchFields fetchFields = (Appli.CatalogSummary.Model.FetchFields)-1)
Parameters
Type Name Description
bool skipHidden

Specifies whether hidden models should be omitted from the result.

Appli.CatalogSummary.Model.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.Model>
In this article
Back to top Generated by DocFX