Свойство | Тип | Описание |
---|
Метод | Описание | |
---|---|---|
Content ( ) : string |
Gets the processed content of this blog post
|
|
Intro ( bool &showMoreLink ) : string |
Gets the introduction to this blog post - That is, the content up to the "read more" section.
|
|
PlainTextIntro ( ) : string |
Gets the plain text blog post introduction, for the RSS feed
|
|
SummaryOrPlainTextIntro ( ) : string |
Gets the summary text if available, otherwise passes through to PlainTextIntro to get a plain text introduction.
|
public Intro ( bool &showMoreLink ) : string | ||
showMoreLink | bool | |
Результат | string |
public SummaryOrPlainTextIntro ( ) : string | ||
Результат | string |