CatalogSelection.<Catalog name>
Properties:
<Common attribute name>
<Tabular section name>
Code
DataVersion
DeletionMark
Description
IsFolder
Owner
Parent
Predefined
PredefinedDataName
Ref
Methods:
LevelInSelection
Next
Description:
Availability:
Example:
Procedure SetAttribute(CatalogId, AttributeId, AttributeValue, Structure4Filter) CatakogSelection = Catalogs[CatalogId].Select(,,Structure4Filter); While CatakogSelection.Next() Do Object = CatakogSelection.GetObject(); Object[AttributeId] = AttributeValue; Object.Write(); EndDo; EndProcedure |
See also:
CatalogManager, method SelectHierarchically