Data 1 0-deleteFromList
From ADF Docs
Description
Removes a value from a list
Signature
public String deleteFromList ( string list, string listValue )
Parameters
Required | Name | Type | Description |
required | list | string | The list with the value that is to be removed |
listValue | string | The value to remove from the list |