RSSGUID Object
See Also Example Properties Methods Events
This object models an RSS GUID element.
Class Diagram

Remarks
This object contains two required properties IsPermaLink,
Value.
Version compatibility is as follows:
| Version | Compatibility |
| 0.90 | Not Supported |
| 0.91 | Not Supported |
| 0.92 | Not Supported |
| 0.93 | Not Supported |
| 0.94 | Unknown |
| 1.0 | Unknown |
| 2.0 | Supported |
Background
The relation between the properties (highlighted in bold italics) in this object and any resulting XML is as follows:
<guid isPermaLink="IsPermaLink">Value</guid>
For example:
<guid isPermaLink="true">http://scriptingnews.userland.com/backissues/2003/01/10#When:6:59:58AM</guid>
Note: if "isPermaLink" is not present it defaults to "true", therefore the following pieces of XML are equivalent:
<guid isPermaLink="true">http://www.fongueusemare.com/vbblog.asp#12345678</guid>
<guid>http://www.fongueusemare.com/vbblog.asp#12345678</guid>
|