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.

Blacklist getDetail: Difference between revisions

From Catglobe Wiki
Nguyenduyan (talk | contribs)
Nguyenduyan (talk | contribs)
Line 14: Line 14:


== Return type ==
== Return type ==
Array of EmailBlacklist
Dictionary


== Example ==
== Example ==

Revision as of 04:28, 11 August 2017


Blacklist_getDetail

Syntax

Blacklist_getDetail (array emails);

Arguments

emails: array. Array of emails string

Return type

Dictionary

Example

array emails = {"[email protected]", "[email protected]"};
Blacklist_getDetail(emails);//{EmailBlacklist,EmailBlacklist}