ePages 6.0 Patch 2 - DE_EPAGES/DemoContent/API/TLE/DemoContentHandler.pm

Package DE_EPAGES::DemoContent::API::TLE::DemoContentHandler

Functions

EXISTSDEMOCONTENTINSHOP

EXISTSDEMOCONTENTINSHOP

Returns, whether the pages of a #DemoContent object exist in a #Shop.

Syntax
#FUNCTION("EXISTSDEMOCONTENTINSHOP", #DemoContentObject, #Shop)
Example
#IF(#FUNCTION("EXISTSDEMOCONTENTINSHOP", #Category, $Shop))
  (already exists)
#ENDIF
Input
#DemoContent (object)
demo content object (not a demo content object itself, but
a category or product for example)
#Shop (object)
Shop object
Return
#ExistsDemoContentInShop (boolean)
#DemoContent object exist in #Shop