IsNodeApplicableToThisWebHare (open)
Returns whether a node with version/servertype/installationtype restrictions is applicable to this WebHare installation
Syntax
LOADLIB "mod::system/lib/configure.whlib";
BOOLEAN FUNCTION IsNodeApplicableToThisWebHare(OBJECT xmlnode, RECORD options)Parameters
OBJECT xmlnodeXML node to check
RECORD optionsOptions
prefixPrefix to add before attribute names. Eg set to 'data-' by mailer tags
Return value
BOOLEANWhether the node is applicable to this WebHare installation.