<?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 how to get all user list of alfresco and manage permissions of document visibility using DotCMIS dll in Alfresco Archive</title>
    <link>https://connect.hyland.com/t5/alfresco-archive/how-to-get-all-user-list-of-alfresco-and-manage-permissions-of/m-p/311760#M264890</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;How to manage the visibility of document by its permission or any using dotcmis dll file.&lt;/P&gt;&lt;P&gt;and how to get all list of users in alfresco by querying it.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 10 Oct 2016 10:49:42 GMT</pubDate>
    <dc:creator>shivtechno</dc:creator>
    <dc:date>2016-10-10T10:49:42Z</dc:date>
    <item>
      <title>how to get all user list of alfresco and manage permissions of document visibility using DotCMIS dll</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/how-to-get-all-user-list-of-alfresco-and-manage-permissions-of/m-p/311760#M264890</link>
      <description>How to manage the visibility of document by its permission or any using dotcmis dll file.and how to get all list of users in alfresco by querying it.</description>
      <pubDate>Mon, 10 Oct 2016 10:49:42 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/how-to-get-all-user-list-of-alfresco-and-manage-permissions-of/m-p/311760#M264890</guid>
      <dc:creator>shivtechno</dc:creator>
      <dc:date>2016-10-10T10:49:42Z</dc:date>
    </item>
    <item>
      <title>Re: how to get all user list of alfresco and manage permissions of document visibility using DotCMIS dll</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/how-to-get-all-user-list-of-alfresco-and-manage-permissions-of/m-p/311761#M264891</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You can get or set an object's permission by using method&amp;nbsp; GetAcl/ApplyAcl of ISession.&lt;/P&gt;&lt;P&gt;To find a user or a set of users via a CMIS query,you can do it like this&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; IItemEnumerable&amp;lt;IQueryResult&amp;gt; qr1 = session.Query("SELECT * FROM cm&lt;img id="smileytongue" class="emoticon emoticon-smileytongue" src="https://connect.hyland.com/i/smilies/16x16_smiley-tongue.png" alt="Smiley Tongue" title="Smiley Tongue" /&gt;erson", false);&lt;/P&gt;&lt;P&gt;Or select some fields for users with where condition&lt;/P&gt;&lt;P&gt;&amp;nbsp; IItemEnumerable&amp;lt;IQueryResult&amp;gt; qr1 = session.Query("SELECT cm:userName, cm:homeFolder FROM cm&lt;img id="smileytongue" class="emoticon emoticon-smileytongue" src="https://connect.hyland.com/i/smilies/16x16_smiley-tongue.png" alt="Smiley Tongue" title="Smiley Tongue" /&gt;erson where cm:userName like 'ttt%'", false);&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 10 Oct 2016 13:56:49 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/how-to-get-all-user-list-of-alfresco-and-manage-permissions-of/m-p/311761#M264891</guid>
      <dc:creator>kaynezhang</dc:creator>
      <dc:date>2016-10-10T13:56:49Z</dc:date>
    </item>
  </channel>
</rss>

