Click or drag to resize
ITicketFlowActionManagerSetLabels Method

[This is preliminary documentation and is subject to change.]

Sets the available Ticket Labels for this action. This is not a delta operation, previously configured labels not included in the call will be removed

Namespace: Netadmin.Management.Ticketing
Assembly: Netadmin.Management.Interfaces (in Netadmin.Management.Interfaces.dll) Version: release/9.0@131b654fe7332b0776120c2b44d96c6cac5ac9a2
Syntax
void SetLabels(
	long actionId,
	IEnumerable<string> labels
)

Parameters

actionId
Type: SystemInt64
The id of the action to set labels for
labels
Type: System.Collections.GenericIEnumerableString
The labels to add. Will be truncated to a maximum length of 20 characters
Exceptions
ExceptionCondition
ArgumentExceptionThrown if any label is null, empty or contain only whitespace characters
InvalidIdentifierExceptionThrown if actionid is invalid
ObjectNotFoundExceptionThrown if action does not exist
ArgumentNullExceptionThrown if labels is null
See Also