addContributor method: FeedEntry class

Syntax

addContributor(name, email)

Description

Use this method to add a contributor attribute to the feed entry.

Note:

This is an abstract method.

Parameters

Parameter Description

name

Specifies the name of the contributor as a string.

email

Specifies the email address for the contributor as a string.

Returns

A Boolean value: True if the add was successful, False otherwise.