Content's Description

Namespace: DotNetNuke.Services.Search.Entities
Assembly: DotNetNuke (in DotNetNuke.dll)

Syntax

C#
public string Description { get; set; }
Visual Basic
Public Property Description As String
	Get
	Set

Remarks

Description should generally be no more than two sentences. This property is used by RSS Syndication. It is also used in search result when highlighted text is not found during searching. HTML tags are stripped from this property, but certain HTML attribute values will be retain, ie. alt and title attribute values.

See Also