Difference between revisions of "Attachment getChildAttachments"
Nguyenduyan (talk | contribs) (Tag: visualeditor) |
Nguyenduyan (talk | contribs) |
||
Line 17: | Line 17: | ||
<source lang="javascript"> | <source lang="javascript"> | ||
− | Attachment_getChildAttachments(11088827); | + | Attachment_getChildAttachments(11088827);//{Attachment,Attachment} |
</source> | </source> |
Latest revision as of 10: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}