setFilename
Defines the file name of an attachment in Optimizely Campaign.
Type: void
Parameters
Name | Type | Value |
---|---|---|
sessionId | String | ID of the session |
attachmentId | long | ID of the attachment |
filename | String | File name to be used for the attachment |
Return values
-
Code structure
void setFilename(String sessionId, long attachmentId, String filename)
Updated almost 3 years ago
Next