Property | Type | Description |
---|
Method | Description | |
---|---|---|
FeedItem ( ) : System |
Initializes a new FeedItem.
|
|
FeedItem ( |
Initializes a new FeedItem by copying the passed item's properties into the new instance. This is a copy-constructor. |
|
GetContent ( ) : string |
Returns content, if any, otherwise returns the summary as content. This method is intended as conveinience-method. |
|
GetSummary ( ) : string |
Returns the summary, if any, otherwise returns the content as the summary. This method is intended as conveinience-method. |
public FeedItem ( |
||
item | The |
|
return | System |