Hi there Paul
I had a look at it, and I was using it by dynamically creating the stProperties structure with the fields from source db tables and calling the relevant type as follows
You'll need to include the following in your properties structure that you pass to createData.
stProperties.createdBy = 'farcry'; stProperties.datetimeCreated = now(); stProperties.datetimeLastUpdated = now(); stProperties.label = 'label'; stProperties.objectID = createUUID();
Take a look at farcry_core/admin/install/_createDefaultNodes.cfm to see how the structures are set up and passed to createData.
-Brendan http://farcry.daemon.com.au
--- You are currently subscribed to farcry-dev as: [EMAIL PROTECTED] To unsubscribe send a blank email to [EMAIL PROTECTED]
