|
|
|
|
|
- Properties specific to rssImage variables
rssImage (Variable type) In french: rssImage
The rssImage type is used to describe the image of a RSS feed. You can define and change the characteristics of this image using different WLanguage properties. Remarks: - In most cases, the declaration of a rssImage variable is not required. Indeed, the properties of the rssStream type allow you to directly handle the properties of the rssImage type (especially the ..Image property).
- For more details on the declaration of this type of variable and the use of WLanguage properties, see Declaring a variable.
Remarks Properties specific to rssImage variables The following properties can be used to define the characteristics of rssImage variables: | | | Name | Type used | Effect |
---|
Description | Character string | Description of the image. | Height | Integer | Image height in pixels. If this property is not specified, the height is deduced from the image. | Width | Integer | Image width in pixels. If this property is not specified, the width is deduced from the image. | Link | Character string | Link associated with the image (a Web site in most cases). | Title | Character string | Text value of the image (used when the image is not displayable). | URL | Character string | URL of the image used for the channel. |
This page is also available for…
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|