Method SetArticleToBePlaced
SetArticleToBePlaced(string, string, HandingType)
Selects the article in the Catalogs window.
Declaration
public bool SetArticleToBePlaced(string catalogFilename, string reference, Scene.Object.HandingType handingType)
Parameters
| Type | Name | Description |
|---|---|---|
| string | catalogFilename | Catalog filename without path and without extension. |
| string | reference | Reference of the article to select. |
| Scene.Object.HandingType | handingType | Handing of the article type to select. |
Returns
| Type | Description |
|---|---|
| bool |
|
Remarks
The catalogs and sections combo boxes, and the blocks and articles list boxes are updated accordingly.
This feature is particularly useful when developing article search plugins.