Qualification getLevelForUsers

From Catglobe Wiki
Revision as of 10:40, 14 October 2016 by Nguyennhuhong (talk | contribs)
Jump to: navigation, search

FunctionInformation FunctionInformation

max level


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

Syntax

max level(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


Dictionary a = Qualification_getLevelForUsers({14829320},1,1,10); print(a);


FunctionInformation FunctionInformation

qualification name


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

Syntax

qualification name(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