10-01-2009 04:01 AM
10-01-2009 04:12 AM
10-01-2009 05:15 AM
10-01-2009 05:34 AM
10-01-2009 07:46 AM
10-01-2009 11:53 AM
10-02-2009 01:30 AM
10-02-2009 03:05 AM
<!– Alfresco repository access shared filesystem –>
<bean class="org.alfresco.filesys.repo.ContentContext">
<property name="deviceName">
<value>${filesystem.name}</value>
</property>
<property name="storeName">
<value>${spaces.store}</value>
</property>
<property name="rootPath">
<value>/${spaces.company_home.childname}</value>
</property>
The optional relativePath property can be specified to set the root of the filesystem at a particular folder. The relative path can be specified using forward or back slashes, and may contain multiple levels.
<!– Additional access control of the filesystem –>
<!– Access type of 'none' will stop the filesystem from showing up for that user/address/protocol –>
<!–
<property name="accessControl"> <bean class="org.alfresco.filesys.config.acl.AccessControlListBean">
<property name="defaultAccessLevel"> <value>Write</value> </property> </bean> </property>
–>
10-02-2009 03:59 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.