## Package: dw.suggest

# Class SuggestedContent

## Inheritance Hierarchy

- Object
  - dw.suggest.SuggestedContent

## Description

This class represents a suggested content page. Use getContent() method to get access to the actual Content object.

## Properties

### content

**Type:** Content (Read Only)

This method returns the actual Content object corresponding to this suggested content.

## Constructor Summary

## Method Summary

### getContent

**Signature:** `getContent() : Content`

This method returns the actual Content object corresponding to this suggested content.

## Method Detail

## Method Details

### getContent

**Signature:** `getContent() : Content`

**Description:** This method returns the actual Content object corresponding to this suggested content.

**Returns:**

the content object corresponding to this suggested content

---