addCategory method: FeedEntry class

Syntax

addCategory(category)

Description

Use this method to add a category attribute to the feed entry as a string.

Note:

This is an abstract method.

Parameters

Parameter Description

category

Specifies the category as a string.

Returns

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