CatalogsManager
Collection elements:
Iteration through collection using For each ... In ... Do operator is available to object. Catalog managers are retrieved during iteration.
Access to catalog manager is possible using [...] operator. Catalog name as specified in the configuration is passed as an argument.
Properties:
Methods:
Description:
Availability:
Exchange with server is possible.
Example:
For each Catalog In Metadata.Catalogs Do CatalogName = Catalog.Name; CatalogManager = Catalogs[CatalogName]; CatakogSelection = CatalogManager.Select(); If CatakogSelection.Next() Then DoMessageBox("There are " + "filled catalogs in the infobas!"); Return; EndIf; EndDo; |
See also: