Index BlackBerry Workspaces SDK
BlackBerry Workspaces JSON
PermissionsTemplateForFolderRequest
Request for a folder permission template
Parameters
Name Type Description

comment

Boolean

Default value: FALSE

expirationDate

Date

Expiration date

expirationDays

Integer

Expiration days

templateName

PermissionTemplateNameRequest

Required
Not null

Template name

Possible values: [ONLINE_VIEW, PRINT, FULL_ACCESS, SPOTLIGHT_VIEW, CONTROLLED, CONTROLLED_EDIT, CONTROLLED_PRINT_EDIT, CONTROLLED_PRINT, CONTROLLED_FULL].

waterMark

Boolean

Deprecated
Default value: FALSE

Watermark

watermark

Boolean

Json Format
{
templateName: PermissionTemplateNameRequest,
waterMark: Boolean,
watermark: Boolean,
expirationDate: Date,
expirationDays: Integer,
comment: Boolean
}