getProjectKeyById
Description
Retrieves the key for the project with the given id.
Parameters
Return Type
String
The return value is a string representing the project key.
Example
Project with key "DEMO" has the id "10000".
return getProjectKeyById("10000");
Result: DEMO
See also
Peacock