Icon Content Property

property Content: String

Usage

Available In: Server Applications

Specifies the textual content to include as the content part. This property and the ContentStream property are mutually-exclusive. If both properties are assigned a value, then the ContentStream property will take precedence.

Information If this property is assigned a value and the Content-Type header is not specified using the Headers property, it will be automatically set to "application/json; charset=utf-8" when the server request is executed.
Image