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