Index BlackBerry Workspaces SDK
BlackBerry Workspaces JSON
RemoveDocumentsTagValues
List of files to remove tags from
Parameters
Name Type Description

documentGuids

Set(String)

List of file guids

removeAllValues

boolean

Default value: false

Remove all values

tagValueList

TagListRemoveJson

Required
Not null

List of tag values

Json Format
{
documentGuids: Set(String),
tagValueList:
{
freeTextValues: List(
{
tagName: String,
tagValue: String
}),
dateValues: List(
{
tagName: String,
tagValue: Date
}),
numericValues: List(
{
tagName: String,
tagValue: Number
})
}),
removeAllValues: Boolean
}