Gets or sets a value indicating whether this ContentItem is indexed.

Namespace: DotNetNuke.Entities.Content
Assembly: DotNetNuke (in DotNetNuke.dll)

Syntax

C#
[XmlIgnoreAttribute]
[ScriptIgnoreAttribute]
public bool Indexed { get; set; }
Visual Basic
<XmlIgnoreAttribute> 
<ScriptIgnoreAttribute> 
Public Property Indexed As Boolean
	Get
	Set

Field Value

true if indexed; otherwise, false.

See Also