Index BlackBerry Workspaces SDK
BlackBerry Workspaces JSON
AddDocumentsTagValues
List tags.
Parameters
Name Type Description

documentGuids

Set(String)

List of file guids

tagValueList

TagList

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
})
})
}