02-27-2015 06:30 AM
<type name="cm:folder">
<title>Folder</title>
<parent>cm:cmobject</parent>
<archive>true</archive>
<associations>
<child-association name="cm:contains">
<source>
<mandatory>false</mandatory>
<many>true</many>
</source>
<target>
<class>sys:base</class>
<mandatory>false</mandatory>
<many>true</many>
</target>
<duplicate>false</duplicate>
<propagateTimestamps>true</propagateTimestamps>
</child-association>
</associations>
</type>
02-27-2015 08:38 AM
02-27-2015 11:32 AM
<!– Base xzy folder type –>
<type name="xyz:folder">
<title>XYZ Ordner</title>
<parent>cm:folder</parent>
<archive>true</archive>
<associations>
<child-association name="xyz:contains">
<source>
<mandatory>false</mandatory>
<many>true</many>
</source>
<target>
<class>cm:content</class>
<mandatory>false</mandatory>
<many>true</many>
</target>
<duplicate>true</duplicate>
<propagateTimestamps>true</propagateTimestamps>
</child-association>
</associations>
</type>
02-27-2015 11:43 AM
03-02-2015 03:58 AM
03-02-2015 04:57 AM
Tags
Find what you came for
We want to make your experience in Hyland Connect as valuable as possible, so we put together some helpful links.