03-04-2014 04:35 AM
<!– Visibility of custom aspect's properties in sorting action –>
<config evaluator="string-compare" condition="DocumentLibrary">
<sorting>
<sort label="label.name">cm:name|true</sort>
<sort label="label.title">cm:title</sort>
<sort label="label.description">cm:description</sort>
<sort label="label.creator">cm:creator</sort>
<sort label="label.modified">cm:modified</sort>
<sort label="label.size">cm:content.size</sort>
<sort labelId="search.sort.type">TYPE</sort>
<sort label="Jahr">cu:year</sort>
<sort label="Ansprechpartner">cu:contactperson</sort>
<sort label="Veröffentlichung erlaubt">cu:publishable</sort>
</sorting>
</config>
03-04-2014 09:29 AM
<config evaluator="string-compare" condition="DocumentLibrary" replace="true">
<sorting>
<sort label="label.name">cm:name|true</sort>
<sort label="label.title">cm:title</sort>
<sort label="Jahr">cu:year</sort>
<sort label="Ansprechpartner">cu:contactperson</sort>
<sort label="label.description">cm:description</sort>
<sort label="Veröffentlichung erlaubt">cu:publishable</sort>
</sorting>
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.