Hello fellow community members,
For the method->
createItemForPath()
xsd:string createItemForPath(
{urn:elib.services.ecm.opentext.com}Item item,
xsd:string id,
{urn:elib.services.ecm.opentext.com}Folder folders
)
Return value: the ID of the created Item
Can you give me an example of how to give provide the parameter "folders", when these folders are to be created?
Say I have
Folder Root;
and I want to create an item under
Root:FolderA:FolderB:FolderC:MyItem
I have to call
createItemForPath(myItem,Root.getId(),???)
Keep in mind Folder A-C don't exist, they are to be created automatically by the method.
Thanks.
Regards,
Aurel