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