Index BlackBerry Workspaces SDK
BlackBerry Workspaces JSON
EntityInFolderPermissions
Permissions for an entity that exists in a folder
Parameters
Name Type Description

folderRole

String

The folder's role

permissions

PermissionsToUserForGetPermissions

The permissions for that entity

permittedEntity

PermittedEntityToUser

The entity

Json Format
{
permittedEntity:
{
address: String,
name: String,
entityType: EntityType,
identifier: String
},
permissions:
{
accessLevel: Consts$AccessLevel,
downloadOriginal: Boolean,
download: Boolean,
copy: Boolean,
print: Boolean,
edit: Boolean,
spotlight: Boolean,
watermark: Boolean,
expirationDate: Date,
defaultExpirationDays: Integer,
neverExpires: Boolean,
progAccess: Boolean,
pinRequired: Boolean,
comment: Boolean,
minExpirationDate: Date,
latestChangeDate: Date,
revoked: Boolean
},
folderRole: String
}