Difference between revisions of "Template:Function Template"

From Catglobe Wiki
Jump to: navigation, search
(Created page with "Folder_getFolderByResourceId Syntax Folder_getFolderByResourceId(Folder_resource_id) Arguments Folder_resource_id: Is an expression of the type number. Return type Array Examp...")
 
 
(One intermediate revision by one other user not shown)
Line 1: Line 1:
Folder_getFolderByResourceId
+
<noinclude>''' <span style="color:blue;">THIS IS A TEMPLATE - IT'S BACKUP VERSION IN PAGE: [[{{FULLPAGENAME}}/backup]]</span> '''</noinclude><!-- please dont delete this line -->
Syntax
+
={{{Name|}}} =
Folder_getFolderByResourceId(Folder_resource_id)
+
<includeonly>[[Category:Functions]]</includeonly>
Arguments
+
__NOTOC__
Folder_resource_id: Is an expression of the type number.
+
__NOEDITSECTION__
Return type
+
 
Array
+
{{{Description|Please write a description and submit to code to autogen it next time}}}
Examples
+
== Syntax ==
array a=Folder_getFolderByResourceId(2128);
+
{{{Name|}}}(array emails);
print(a);
+
 
// output {28,2128,Administration,1,2071,True,0,False,Administration}
+
===<span style="color:#DF8621;">'''Arguments'''===
Availability
+
 
Version 5.8
+
''emails'': array. Array of emails.  
 +
 
 +
There are 2 ways of using array emails:
 +
 
 +
The first way: Each email is an EmailBlacklist object
 +
 
 +
The second way: Each email is an array with pair of email and comment {email, comment}
 +
 
 +
== Return type ==
 +
Number. Number of emails added to Blacklist

Latest revision as of 06:19, 22 January 2020

THIS IS A TEMPLATE - IT'S BACKUP VERSION IN PAGE: Template:Function Template/backup

Please write a description and submit to code to autogen it next time

Syntax

(array emails);

Arguments

emails: array. Array of emails.

There are 2 ways of using array emails:

The first way: Each email is an EmailBlacklist object

The second way: Each email is an array with pair of email and comment {email, comment}

Return type

Number. Number of emails added to Blacklist