Dev GuideAPI Reference
Dev GuideAPI ReferenceUser GuideGitHubNuGetDev CommunitySubmit a ticketLog In
GitHubNuGetDev CommunitySubmit a ticket

setDescription

Defines the internal description of a target group.

📘

Note

You cannot set the description of a temporary target group. To check whether the target group is temporary, use the isTemporary operation.

Type: void

Parameters

NameTypeValue
sessionIdStringID of the session
filterIdlongID of the target group
DescriptionStringInternal description of the target group

Return values

  • Code structure

    void setDescription(String sessionId, long filterId, String description)