<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en">
	<id>https://wiki.catglobe.com/index.php?action=history&amp;feed=atom&amp;title=Resource_getChildAttachmentsAndImages</id>
	<title>Resource getChildAttachmentsAndImages - Revision history</title>
	<link rel="self" type="application/atom+xml" href="https://wiki.catglobe.com/index.php?action=history&amp;feed=atom&amp;title=Resource_getChildAttachmentsAndImages"/>
	<link rel="alternate" type="text/html" href="https://wiki.catglobe.com/index.php?title=Resource_getChildAttachmentsAndImages&amp;action=history"/>
	<updated>2026-04-19T19:13:59Z</updated>
	<subtitle>Revision history for this page on the wiki</subtitle>
	<generator>MediaWiki 1.43.0</generator>
	<entry>
		<id>https://wiki.catglobe.com/index.php?title=Resource_getChildAttachmentsAndImages&amp;diff=237091&amp;oldid=prev</id>
		<title>Nguyenduyan: Created page with &quot;Category:Resource_Functions  {{HelpFiles}}   = Resource_getChildAttachmentsAndImages = Get list of all Attactments and Images of a resource  == Syntax ==  Resource_getChil...&quot;</title>
		<link rel="alternate" type="text/html" href="https://wiki.catglobe.com/index.php?title=Resource_getChildAttachmentsAndImages&amp;diff=237091&amp;oldid=prev"/>
		<updated>2017-11-02T06:53:44Z</updated>

		<summary type="html">&lt;p&gt;Created page with &amp;quot;&lt;a href=&quot;/Category:Resource_Functions&quot; title=&quot;Category:Resource Functions&quot;&gt;Category:Resource_Functions&lt;/a&gt;  {{HelpFiles}}   = Resource_getChildAttachmentsAndImages = Get list of all Attactments and Images of a resource  == Syntax ==  Resource_getChil...&amp;quot;&lt;/p&gt;
&lt;p&gt;&lt;b&gt;New page&lt;/b&gt;&lt;/p&gt;&lt;div&gt;[[Category:Resource_Functions]]&lt;br /&gt;
&lt;br /&gt;
{{HelpFiles}} &lt;br /&gt;
&lt;br /&gt;
= Resource_getChildAttachmentsAndImages =&lt;br /&gt;
Get list of all Attactments and Images of a resource&lt;br /&gt;
&lt;br /&gt;
== Syntax ==&lt;br /&gt;
&lt;br /&gt;
Resource_getChildAttachmentsAndImages (number resourceRId);&lt;br /&gt;
&lt;br /&gt;
== Arguments ==&lt;br /&gt;
&amp;#039;&amp;#039;resourceRId&amp;#039;&amp;#039;: number. It&amp;#039;s resourceId of the resource you want to get Attactments and Images&lt;br /&gt;
&lt;br /&gt;
== Return type ==&lt;br /&gt;
Array&lt;br /&gt;
&lt;br /&gt;
== Example ==&lt;br /&gt;
&lt;br /&gt;
&amp;lt;source lang=&amp;quot;javascript&amp;quot;&amp;gt;&lt;br /&gt;
number resourceRId= 11088827;&lt;br /&gt;
array a = Resource_getChildAttachmentsAndImages(resourceRId);//{Image,Attachment,Attachment,Attachment}&lt;br /&gt;
for(number i = 0; i&amp;lt;a.Count; i++)&lt;br /&gt;
{&lt;br /&gt;
	print(a[i].ResourceId);&lt;br /&gt;
}&lt;br /&gt;
&amp;lt;/source&amp;gt;&lt;/div&gt;</summary>
		<author><name>Nguyenduyan</name></author>
	</entry>
</feed>