I am trying to do a bulk upload of "links" to the Share Links component. I think it will work if I create a small file with the url in it (like Alfresco does when the user creates a new link in Share) and create an xml file as I would for bulk uploading a document (to import properties).
The CM for LInks is (as far as I can tell is):
<type name="cm:link">
<title>Link Object</title>
<parent>cm:cmobject</parent>
<properties>
<property name="cm:destination">
<title>Link Destination</title>
<type>d:noderef</type>
<mandatory>true</mandatory>
</property>
</properties>
</type>
Has anyone doen this before? Can anyone give me an idea of what the format of the xml file should be? I need to import the Title, description, URL, and tags for each link.
Thanks,
Jerry