deleteEnclosure method: FeedEntry class
Syntax
deleteEnclosure(URL)
Description
Use this method to delete an enclosure attribute from a feed entry.
Note:
This is an abstract method.
Parameters
| Parameter | Description |
|---|---|
|
URL |
Specifies the URL for the enclosure as a string. |
Returns
A Boolean value: True if the delete was successful, False otherwise.
Related Topics