Class SearchResultsInfo
The SearchResultsInfo represents a Search Result Item.
Inheritance
Namespace: DotNetNuke.Services.Search
Assembly: DotNetNuke.dll
Syntax
public class SearchResultsInfo : object
Properties
| Improve this Doc View SourceAuthor
The SearchResultsInfo represents a Search Result Item.
Declaration
public string Author { get; set; }
Property Value
Type | Description |
---|---|
System.String |
AuthorName
The SearchResultsInfo represents a Search Result Item.
Declaration
public string AuthorName { get; set; }
Property Value
Type | Description |
---|---|
System.String |
Delete
The SearchResultsInfo represents a Search Result Item.
Declaration
public bool Delete { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean |
Description
The SearchResultsInfo represents a Search Result Item.
Declaration
public string Description { get; set; }
Property Value
Type | Description |
---|---|
System.String |
Guid
The SearchResultsInfo represents a Search Result Item.
Declaration
public string Guid { get; set; }
Property Value
Type | Description |
---|---|
System.String |
Image
The SearchResultsInfo represents a Search Result Item.
Declaration
public int Image { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 |
ModuleId
The SearchResultsInfo represents a Search Result Item.
Declaration
public int ModuleId { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 |
Occurrences
The SearchResultsInfo represents a Search Result Item.
Declaration
public int Occurrences { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 |
PortalId
The SearchResultsInfo represents a Search Result Item.
Declaration
public int PortalId { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 |
PubDate
The SearchResultsInfo represents a Search Result Item.
Declaration
public DateTime PubDate { get; set; }
Property Value
Type | Description |
---|---|
DateTime |
Relevance
The SearchResultsInfo represents a Search Result Item.
Declaration
public int Relevance { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 |
SearchItemID
The SearchResultsInfo represents a Search Result Item.
Declaration
public int SearchItemID { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 |
SearchKey
The SearchResultsInfo represents a Search Result Item.
Declaration
public string SearchKey { get; set; }
Property Value
Type | Description |
---|---|
System.String |
TabId
The SearchResultsInfo represents a Search Result Item.
Declaration
public int TabId { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 |
Title
The SearchResultsInfo represents a Search Result Item.
Declaration
public string Title { get; set; }
Property Value
Type | Description |
---|---|
System.String |