Method GetFamilies
GetFamilies(bool, FetchFields)
Returns the list of families of the catalog.
Declaration
public IList<Appli.CatalogSummary.Family> GetFamilies(bool skipHidden = false, Appli.CatalogSummary.Family.FetchFields fetchFields = (Appli.CatalogSummary.Family.FetchFields)-1)
Parameters
Type | Name | Description |
---|---|---|
bool | skipHidden | Specifies whether hidden families should be omitted from the result. |
Appli.CatalogSummary.Family.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.Family> |