|
|
|
|
|
- Properties specific to rssEnclosure variables
rssEnclosure (Variable type) In french: rssDocumentJoint
The rssEnclosure type is used to describe and handle the attachment of an entry of RSS feed. You can define and change the characteristics of this type of variable using different WLanguage properties. Remarks: - In most cases, the declaration of a rssEnclosure variable is not required. Indeed, the properties of the rssEntry type allow you to directly handle the properties of the rssEnclosure type.
- 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 rssEnclosure variables The following properties can be used to define the characteristics of rssEnclosure variables | | | Property | Type used | Effect |
---|
Size (*) | Integer | Size of document in bytes. | Type (*) | Character string | MIME type of the document. More than 150 types are defined in the MIME communication standard (available on Internet). The most common values are:- "application/pdf": PDF file (*.pdf)
- "text/html": HTML page (*.htm, *.html)
- "text/plain": text file (*.txt)
- "image/gif": GIF image (*.gif)
- "image/jpeg": JPEG image (*.jpg, *.jpeg)
- "video/mpeg": MPEG video (*.mpg, *.mpeg)
- "application/unknown": displays a dialog box offering to download the file to the user's computer.
- "application/msword": Word file.
- "application/vnd.ms-excel": Excel file.
| URL (*) | Character string | URL used to access the document. | Remarks: - The properties followed by a star (*) are mandatory.
- All the properties found in this list are available in read/write.
This page is also available for…
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|