Gets or sets a value indicating whether this ContentItem is indexed.
Namespace: DotNetNuke.Entities.ContentAssembly: DotNetNuke (in DotNetNuke.dll)
Syntax
| C# |
|---|
[XmlIgnoreAttribute] [ScriptIgnoreAttribute] public bool Indexed { get; set; } |
| Visual Basic |
|---|
<XmlIgnoreAttribute> <ScriptIgnoreAttribute> Public Property Indexed As Boolean Get Set |