Method GetLinearArticleBlocks
GetLinearArticleBlocks(LinearArticleType)
Returns the list of blocks of a particular linear type.
Declaration
public IList<Appli.CatalogSummary.Block> GetLinearArticleBlocks(Appli.CatalogSummary.LinearArticleType linearType)
Parameters
Type | Name | Description |
---|---|---|
Appli.CatalogSummary.LinearArticleType | linearType | A linear article type of blocks to be obtained. |
Returns
Type | Description |
---|---|
IList<Appli.CatalogSummary.Block> | A collection of blocks of matching the linear type. Attention: only Name and FirstArticleReference fields are filled. All the other fields returned blocks will be empty. |