Remove Method
See Also Example Applies To
Removes a specific RSSEnclosure of the object by position.
Syntax
object.Remove (index)
| Part |
Description |
| object |
An object expression that evaluates to an RSSEnclosures object. |
| index |
Required.
An expression that specifies the position of an
RSSEnclosure member of the object.
A Long, index must be a number from 1 to the value returned by the
Count property. |
Remarks
Also returns the removed RSSEnclosure object.
If the value provided as index doesn’t match any existing
RSSEnclosure of the object,
an error occurs.
|