A container type for collecting product search results.
Inherits :
DAZ Script | |
---|---|
Boolean | insertChildProductContainer ( DzProductAssetContainer container ) |
This container type does not directly support assets. The primary purpose of this container type is to collect results returned by a database query for products.
See Also:
Boolean : insertChildProductContainer( DzProductAssetContainer container )
Attempts to insert the given container as a child to this container.
Parameter(s):
Return Value:
true
if the child was successfully added, otherwise false
.