<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Re: How do i create share option for folders in document library in Alfresco Forum</title>
    <link>https://connect.hyland.com/t5/alfresco-forum/how-do-i-create-share-option-for-folders-in-document-library/m-p/55902#M20363</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;Did you check the documentation on this topic?&lt;/P&gt;&lt;P&gt;&lt;A class="link-titled" href="https://docs.alfresco.com/5.2/tasks/dev-extensions-share-tutorials-add-action-doclib.html" title="https://docs.alfresco.com/5.2/tasks/dev-extensions-share-tutorials-add-action-doclib.html" rel="nofollow noopener noreferrer"&gt;Adding new actions to the Document Library | Alfresco Documentation&lt;/A&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #58595b; background-color: #ffffff;"&gt;actionGroups declaration is where you decide if your action is for documents and/or folders&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #58595b; background-color: #ffffff;"&gt;Regards&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 05 Mar 2018 08:04:39 GMT</pubDate>
    <dc:creator>mikel_asla</dc:creator>
    <dc:date>2018-03-05T08:04:39Z</dc:date>
    <item>
      <title>How do i create share option for folders in document library</title>
      <link>https://connect.hyland.com/t5/alfresco-forum/how-do-i-create-share-option-for-folders-in-document-library/m-p/55901#M20362</link>
      <description>Hello,I want to create share option in document library, that to for respective folders? So that share option helps me to share documents from one department to other department. Please help me to implement this.&amp;nbsp;Regards,Leela.</description>
      <pubDate>Fri, 02 Mar 2018 09:00:49 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-forum/how-do-i-create-share-option-for-folders-in-document-library/m-p/55901#M20362</guid>
      <dc:creator>leela</dc:creator>
      <dc:date>2018-03-02T09:00:49Z</dc:date>
    </item>
    <item>
      <title>Re: How do i create share option for folders in document library</title>
      <link>https://connect.hyland.com/t5/alfresco-forum/how-do-i-create-share-option-for-folders-in-document-library/m-p/55902#M20363</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;Did you check the documentation on this topic?&lt;/P&gt;&lt;P&gt;&lt;A class="link-titled" href="https://docs.alfresco.com/5.2/tasks/dev-extensions-share-tutorials-add-action-doclib.html" title="https://docs.alfresco.com/5.2/tasks/dev-extensions-share-tutorials-add-action-doclib.html" rel="nofollow noopener noreferrer"&gt;Adding new actions to the Document Library | Alfresco Documentation&lt;/A&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #58595b; background-color: #ffffff;"&gt;actionGroups declaration is where you decide if your action is for documents and/or folders&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #58595b; background-color: #ffffff;"&gt;Regards&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 05 Mar 2018 08:04:39 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-forum/how-do-i-create-share-option-for-folders-in-document-library/m-p/55902#M20363</guid>
      <dc:creator>mikel_asla</dc:creator>
      <dc:date>2018-03-05T08:04:39Z</dc:date>
    </item>
    <item>
      <title>Re: How do i create share option for folders in document library</title>
      <link>https://connect.hyland.com/t5/alfresco-forum/how-do-i-create-share-option-for-folders-in-document-library/m-p/55903#M20364</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I want to create share option for folders not documents&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 05 Mar 2018 08:50:33 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-forum/how-do-i-create-share-option-for-folders-in-document-library/m-p/55903#M20364</guid>
      <dc:creator>leela</dc:creator>
      <dc:date>2018-03-05T08:50:33Z</dc:date>
    </item>
    <item>
      <title>Re: How do i create share option for folders in document library</title>
      <link>https://connect.hyland.com/t5/alfresco-forum/how-do-i-create-share-option-for-folders-in-document-library/m-p/55904#M20365</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Did you noticed&amp;nbsp;&lt;STRONG&gt;folder-browse&lt;/STRONG&gt; and &lt;STRONG&gt;folder-details&lt;/STRONG&gt; actionGroups on documentation? You can find some examples on Share source code&lt;/P&gt;&lt;P&gt;&lt;A class="link-titled" href="https://github.com/Alfresco/share/blob/develop/share/src/main/resources/alfresco/share-documentlibrary-config.xml#L1364" title="https://github.com/Alfresco/share/blob/develop/share/src/main/resources/alfresco/share-documentlibrary-config.xml#L1364" rel="nofollow noopener noreferrer"&gt;share/share-documentlibrary-config.xml at develop · Alfresco/share · GitHub&lt;/A&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 05 Mar 2018 09:41:01 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-forum/how-do-i-create-share-option-for-folders-in-document-library/m-p/55904#M20365</guid>
      <dc:creator>mikel_asla</dc:creator>
      <dc:date>2018-03-05T09:41:01Z</dc:date>
    </item>
  </channel>
</rss>

