UpdateLabel Method
Sets or modifies the name and comment of a label.
Required Permissions
LabelCreateSyntax
public Label UpdateLabel(
System.long labelId,
System.string labelName,
System.string comment
)Public Function UpdateLabel( _
ByVal labelId As System.Long, _
ByVal labelName As System.String, _
ByVal comment As System.String _
) As LabelParameters
| Name | Description |
|---|---|
| labelId | The ID of the label to update. |
| labelName | The new label name. |
| comment | The new label comment. |
Return Value
The Label object with the updated name and comment.