Index BlackBerry Workspaces SDK
BlackBerry Workspaces JSON
TagListRemove
Used when removing tags
Parameters
Name Type Description

dateValues

List(TagDateValueRemove)

Not null
Default value: new LinkedList()

List of date values

freeTextValues

List(TagStringValueRemove)

Not null
Default value: new LinkedList()

List of string values

numericValues

List(TagNumericValueRemove)

Not null
Default value: new LinkedList()

List of numeric values

Json Format
{
freeTextValues: List(
{
tagName: String,
tagValue: String
}),
dateValues: List(
{
tagName: String,
tagValue: Date
}),
numericValues: List(
{
tagName: String,
tagValue: Number
})
}