Toggle menu
862
3.8K
30.2K
279.1K
Catglobe Wiki
Toggle personal menu
Not logged in
Your IP address will be publicly visible if you make any edits.

EmailTemplate getAllFromParent: Difference between revisions

From Catglobe Wiki
Nguyenduyan (talk | contribs)
Created page with "Category:Email_and_SMS_Functions = EmailTemplate_getAllFromParent = Find all mail template that are children on the given resource == Syntax == EmailTemplate_getAllFromP..."
 
Nguyenduyan (talk | contribs)
No edit summary
 
Line 12: Line 12:


== Return type ==
== Return type ==
Array of EmailTemplate
Array of [[EmailTemplate class|EmailTemplate]]


== Example ==
== Example ==

Latest revision as of 08:55, 11 July 2018

EmailTemplate_getAllFromParent

Find all mail template that are children on the given resource

Syntax

EmailTemplate_getAllFromParent(number parentResourceId)

Arguments

number parentResourceId: Resource id of parent

Return type

Array of EmailTemplate

Example

EmailTemplate_getAllFromParent(15638398);