getFolderName
Queries the name of a folder on the basis of its ID in Optimizely Campaign.
Type: String
Parameters
| Name | Type | Wert | 
|---|---|---|
| sessionId | String | ID of the current session | 
| folderId | String | ID of the queried folder | 
Return values
Name of the folder
Code structure
String getFolderName(String sessionId, long folderId)Updated about 2 months ago
Next