Index
BlackBerry Workspaces SDK
BlackBerry Workspaces JSON
DocumentVersionAnnotationsList
A set of annotation records used when getting file version information
Parameters
Name
Type
Description
annotationRecordJsons
List(
DocumentVersionAnnotationsListRecord
)
Set of annotation records.
Json Format
{
annotationRecordJsons: Collection(
{
annotatingUserAddress: String,
annotationUpdateDate: Date,
previewUrl: String
})
}