More actions
Nguyenduyan (talk | contribs) Created page with "Category:Resource_Functions = Attachment_getChildAttachments = Get all of the attachments of the given resource == Syntax == Attachment_getChildAttachments(number parent..." |
Nguyenduyan (talk | contribs) No edit summary |
||
(One intermediate revision by the same user not shown) | |||
Line 12: | Line 12: | ||
== Return type == | == Return type == | ||
Array of Attachment | Array of [[Attachment class|Attachment]] | ||
== Example == | == Example == | ||
<source lang="javascript"> | <source lang="javascript"> | ||
Attachment_getChildAttachments(11088827); | Attachment_getChildAttachments(11088827);//{Attachment,Attachment} | ||
</source> | </source> |
Latest revision as of 09:10, 16 July 2018
Attachment_getChildAttachments
Get all of the attachments of the given resource
Syntax
Attachment_getChildAttachments(number parentResourceId);
Arguments
number parentResourceId
Return type
Array of Attachment
Example
Attachment_getChildAttachments(11088827);//{Attachment,Attachment}