<action id="download_file" replace="true">
<permissions>
<permission allow="true">Read</permission>
</permissions>
<label-id>download_file</label-id>
<image>/custom/images/icons/download.gif</image>
<action>download-file</action>
</action>
<beans>
<!– Download Action Bean –>
<bean id="download-file" class="custom.alfresco.customUI.actions.DownloadActionExecuter" parent="action-executer" lazy-init="true">
<property name="nodeService">
<ref bean="NodeService" />
</property>
<property name="exchangeServerIP" value="192.168.20.241" />
<property name="fileServerIP" value="192.168.20.221" />
<property name="filesRootFolderPath" value="/company/shared/" />
<property name="publicAction">
<value>false</value>
</property>
</bean>
<!– Action properties –>
<bean id="extension.actionResourceBundles" parent="actionResourceBundles">
<property name="resourceBundles">
<list>
<value>alfresco.extension.download-file-action-messages</value>
</list>
</property>
</bean>
</beans>
Content from pre 2016 and from language groups that have been closed.
Content is read-only.
By using this site, you are agreeing to allow us to collect and use cookies as outlined in Alfresco’s Cookie Statement and Terms of Use (and you have a legitimate interest in Alfresco and our products, authorizing us to contact you in such methods). If you are not ok with these terms, please do not use this website.