Index BlackBerry Workspaces SDK
BlackBerry Workspaces JSON
AddOrganizationWatermarkContentLine
Add content to a watermark.
Parameters
Name Type Description

content

String

Minimum size: 1  Maximum size: 254

Content of the line

contentType

LineContentType

Required
Not null

Type of line

Possible values: [VIEWER_NAME, VIEWER_EMAIL, VIEWER_IP_ADDRESS, DATE_AND_TIME, TEXT].

Json Format
{
contentType: LineContentType,
content: String
}