setDescription
Defines the internal description of a target group.
NoteYou cannot set the description of a temporary target group. To check whether the target group is temporary, use the isTemporary operation.
Type: void
Parameters
| Name | Type | Value |
|---|---|---|
| sessionId | String | ID of the session |
| filterId | long | ID of the target group |
| Description | String | Internal description of the target group |
Return values
-
Code structure
void setDescription(String sessionId, long filterId, String description)
Updated about 2 months ago
Next