![]() |
pCon.planner Plugin SDK
Version 8.9
|
OFML product catalog. More...
Public Member Functions | |
IList< CatalogItem^ >^ | GetAllItems () |
Returns all items from the catalog. More... | |
Static Public Member Functions | |
static IList< Catalog^ >^ | GetAll () |
Returns all catalogs from all registered packages. More... | |
static Catalog^ | Get (Package^ pPackage) |
Returns catalog from given package. More... | |
Properties | |
Articles::Package^ | Package [get] |
Package which contains the catalog. More... | |
CatalogItem^ | RootItem [get] |
Root folder of catalog. More... | |
OFML product catalog.
When a catalog is used, it may keep multiple files open. When you have finished using it, you should dispose of it either directly via Dispose() or indirectly via using().
|
static |
Returns catalog from given package.
|
static |
Returns all catalogs from all registered packages.
IList< CatalogItem^ > X3g::Plugin::Articles::Catalog::GetAllItems | ( | ) |
Returns all items from the catalog.
Includes invisible items which are not referenced from catalog tree.
|
get |
Root folder of catalog.