KitchenDraw SDK 2
Show / Hide Table of Contents

Method GetBlocks

GetBlocks(bool, FetchFields)

Returns the list of blocks of the section.

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

Specifies whether hidden blocks should be omitted from the result.

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