|
|
|
|
|
- Properties specific to rssIdentifier variables
rssIdentifier (Variable type) In french: rssIdentifiant
The rssIdentifier type is used to describe the unique identifier of a RSS feed entry. You can define and change the characteristics of this type of variable using different WLanguage properties. Remarks: - In most cases, the declaration of a rssIdentifier variable is not required. Indeed, the properties of the rssEntry type allow you to directly handle the properties of the rssIdentifier type (especially the .Identifier 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 rssIdentifier variables The following properties can be used to handle rssIdentifier variables: | | | Property | Type used | Effect |
---|
PermanentLink | Boolean | - True if the identifier is permanent,
- False otherwise.
| Value | Character string | Identifier of the entry. If the link is permanent, the identifier is a URL. |
This page is also available for…
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|