Retrieve the name of this collaboration object.
Syntax
String getName()
Examples
The following example obtains the name of the current collaboration object and logs an informational message:
String collabName = getname(); logInfo(collabName + " is starting");