<?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 Get Content ? in Alfresco Archive</title>
    <link>https://connect.hyland.com/t5/alfresco-archive/get-content/m-p/134149#M94169</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Hi again,&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I can't find the php api function to get node's content , can you give me a hint on that &lt;span class="lia-unicode-emoji" title=":slightly_smiling_face:"&gt;🙂&lt;/span&gt; ?&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;And is the file object is implmented ? I see it's documented but couldn't find it in the code …&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 18 Sep 2007 10:06:48 GMT</pubDate>
    <dc:creator>testingit</dc:creator>
    <dc:date>2007-09-18T10:06:48Z</dc:date>
    <item>
      <title>Get Content ?</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/get-content/m-p/134149#M94169</link>
      <description>Hi again,I can't find the php api function to get node's content , can you give me a hint on that &lt;span class="lia-unicode-emoji" title=":slightly_smiling_face:"&gt;🙂&lt;/span&gt; ?And is the file object is implmented ? I see it's documented but couldn't find it in the code …</description>
      <pubDate>Tue, 18 Sep 2007 10:06:48 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/get-content/m-p/134149#M94169</guid>
      <dc:creator>testingit</dc:creator>
      <dc:date>2007-09-18T10:06:48Z</dc:date>
    </item>
    <item>
      <title>Re: Get Content ?</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/get-content/m-p/134150#M94170</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;The call center industry in the Philippines is continuing to flourish amid the recent global downturn. As most companies opted to outsource their calls, a &lt;/SPAN&gt;&lt;A href="http://www.callcenterphilippines.org" rel="nofollow noopener noreferrer"&gt;Philippine Call Center&lt;/A&gt;&lt;SPAN&gt; would easily come to their mind as it is very reliable and competent in doing such tasks.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 30 Mar 2010 03:48:21 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/get-content/m-p/134150#M94170</guid>
      <dc:creator>dashacoen</dc:creator>
      <dc:date>2010-03-30T03:48:21Z</dc:date>
    </item>
    <item>
      <title>Re: Get Content ?</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/get-content/m-p/134151#M94171</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;BLOCKQUOTE class="jive-quote"&gt;Hi again,&lt;BR /&gt;&lt;BR /&gt;I can't find the php api function to get node's content , can you give me a hint on that &lt;span class="lia-unicode-emoji" title=":slightly_smiling_face:"&gt;🙂&lt;/span&gt; ?&lt;BR /&gt;&lt;BR /&gt;And is the file object is implmented ? I see it's documented but couldn't find it in the code …&lt;/BLOCKQUOTE&gt;&lt;BR /&gt;&lt;SPAN&gt;Hi,&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;here is some snippet of code from some PHP project, given you have a Node object $docNode:&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;PRE class="language-none line-numbers"&gt;&lt;CODE&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; $docProps = $docNode-&amp;gt;getProperties();&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; $docContent = $docProps['{&lt;A href="http://www.alfresco.org/model/content/1.0}content" rel="nofollow noopener noreferrer"&gt;http://www.alfresco.org/model/content/1.0}content&lt;/A&gt;'];&lt;BR /&gt;&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; $contentLength = $docContent-&amp;gt;getSize();&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; $contentMimeType = $docContent-&amp;gt;getMimetype();&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; $content = $docContent-&amp;gt;getContent();&lt;BR /&gt;&lt;SPAN class="line-numbers-rows"&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/CODE&gt;&lt;/PRE&gt;&lt;BR /&gt;&lt;SPAN&gt;HTH&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Gyro&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 07 Apr 2010 13:55:20 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/get-content/m-p/134151#M94171</guid>
      <dc:creator>gyro_gearless</dc:creator>
      <dc:date>2010-04-07T13:55:20Z</dc:date>
    </item>
    <item>
      <title>Re: Get Content ?</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/get-content/m-p/134152#M94172</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;A href="http://www.openaccessmarketing.com" rel="nofollow noopener noreferrer"&gt;Outsourcing Tech Support&lt;/A&gt;&lt;SPAN&gt; is an issue which has yet to be addressed by most companies since many of their customers are dissatisfied with the way they operate. And yes, the call centers have no control over it.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 16 Apr 2010 19:10:58 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/get-content/m-p/134152#M94172</guid>
      <dc:creator>rinachen</dc:creator>
      <dc:date>2010-04-16T19:10:58Z</dc:date>
    </item>
  </channel>
</rss>

