ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Help / WLanguage / WLanguage functions / Communication / RSS Stream functions
  • Properties specific to the description of rssEnclosure variables
WINDEV
WindowsLinuxUniversal Windows 10 AppJavaReports and QueriesUser code (UMC)
WEBDEV
WindowsLinuxPHPWEBDEV - Browser code
WINDEV Mobile
AndroidAndroid Widget iPhone/iPadIOS WidgetApple WatchMac CatalystUniversal Windows 10 App
Others
Stored procedures
The rssEnclosure type is used to describe and handle the attachment of an entry of RSS stream. The characteristics of this type of variable can be defined and changed using different WLanguage properties.
This type of variable is used by the rssEntry type.
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 the description of rssEnclosure variables

The following properties can be used to handle a rssEnclosure variable
PropertyType usedEffect
Size (*)IntegerSize of document in bytes.
Type (*)Character stringMIME 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": document in PDF format (*.pdf)
  • "text/html": HTML page (*.htm, *.html)
  • "text/plain": text file (*.txt)
  • "image/gif": image in GIF format (*.gif)
  • "image/jpeg": image in JPEG format (*.jpg, *.jpeg)
  • "video/mpeg": video in MPEG format (*.mpg, *.mpeg)
  • "application/unknown": used to display a dialog box proposing to download the file onto the computer of Web user.
  • "application/msword": Word file.
  • "application/vnd.ms-excel": Excel file.
URL (*)Character stringURL 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.
Minimum version required
  • Version 14
This page is also available for…
Comments
Click [Add] to post a comment

Last update: 05/26/2022

Send a report | Local help