getEntry method: FeedDoc class
Syntax
getEntry(entry_ID)
Description
Use this method to return a FeedEntry object with the given ID.
Parameters
| Parameter | Description |
|---|---|
|
entry_ID |
Specifies the ID of the feed entry as a string. |
Returns
A FeedEntry object if successful, Null otherwise.
Related Topics