Class SearchItemInfo
The SearchItemInfo represents a Search Item.
Inheritance
Namespace: DotNetNuke.Services.Search
Assembly: DotNetNuke.dll
Syntax
public class SearchItemInfo : object
Constructors
| Improve this Doc View SourceSearchItemInfo()
Initializes a new instance of the SearchItemInfo class.
Declaration
public SearchItemInfo()
SearchItemInfo(String, String, Int32, DateTime, Int32, String, String, Int32)
Initializes a new instance of the SearchItemInfo class.
Declaration
public SearchItemInfo(string title, string description, int author, DateTime pubDate, int moduleID, string searchKey, string content, int image)
Parameters
Type | Name | Description |
---|---|---|
System.String | title | |
System.String | description | |
System.Int32 | author | |
DateTime | pubDate | |
System.Int32 | moduleID | |
System.String | searchKey | |
System.String | content | |
System.Int32 | image |
SearchItemInfo(String, String, Int32, DateTime, Int32, String, String, String, Int32, Int32)
Initializes a new instance of the SearchItemInfo class.
Declaration
public SearchItemInfo(string title, string description, int author, DateTime pubDate, int moduleID, string searchKey, string content, string guid, int image, int tabID)
Parameters
Type | Name | Description |
---|---|---|
System.String | title | |
System.String | description | |
System.Int32 | author | |
DateTime | pubDate | |
System.Int32 | moduleID | |
System.String | searchKey | |
System.String | content | |
System.String | guid | |
System.Int32 | image | |
System.Int32 | tabID |
SearchItemInfo(String, String, Int32, DateTime, Int32, String, String, String, Int32)
Initializes a new instance of the SearchItemInfo class.
Declaration
public SearchItemInfo(string title, string description, int author, DateTime pubDate, int moduleID, string searchKey, string content, string guid, int image)
Parameters
Type | Name | Description |
---|---|---|
System.String | title | |
System.String | description | |
System.Int32 | author | |
DateTime | pubDate | |
System.Int32 | moduleID | |
System.String | searchKey | |
System.String | content | |
System.String | guid | |
System.Int32 | image |
SearchItemInfo(String, String, Int32, DateTime, Int32, String, String, String)
Initializes a new instance of the SearchItemInfo class.
Declaration
public SearchItemInfo(string title, string description, int author, DateTime pubDate, int moduleID, string searchKey, string content, string guid)
Parameters
Type | Name | Description |
---|---|---|
System.String | title | |
System.String | description | |
System.Int32 | author | |
DateTime | pubDate | |
System.Int32 | moduleID | |
System.String | searchKey | |
System.String | content | |
System.String | guid |
SearchItemInfo(String, String, Int32, DateTime, Int32, String, String)
Initializes a new instance of the SearchItemInfo class.
Declaration
public SearchItemInfo(string title, string description, int author, DateTime pubDate, int moduleID, string searchKey, string content)
Parameters
Type | Name | Description |
---|---|---|
System.String | title | |
System.String | description | |
System.Int32 | author | |
DateTime | pubDate | |
System.Int32 | moduleID | |
System.String | searchKey | |
System.String | content |
Properties
| Improve this Doc View SourceAuthor
The SearchItemInfo represents a Search Item.
Declaration
public int Author { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 |
Content
The SearchItemInfo represents a Search Item.
Declaration
public string Content { get; set; }
Property Value
Type | Description |
---|---|
System.String |
Description
The SearchItemInfo represents a Search Item.
Declaration
public string Description { get; set; }
Property Value
Type | Description |
---|---|
System.String |
GUID
The SearchItemInfo represents a Search Item.
Declaration
public string GUID { get; set; }
Property Value
Type | Description |
---|---|
System.String |
HitCount
The SearchItemInfo represents a Search Item.
Declaration
public int HitCount { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 |
ImageFileId
The SearchItemInfo represents a Search Item.
Declaration
public int ImageFileId { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 |
ModuleId
The SearchItemInfo represents a Search Item.
Declaration
public int ModuleId { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 |
PubDate
The SearchItemInfo represents a Search Item.
Declaration
public DateTime PubDate { get; set; }
Property Value
Type | Description |
---|---|
DateTime |
SearchItemId
The SearchItemInfo represents a Search Item.
Declaration
public int SearchItemId { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 |
SearchKey
The SearchItemInfo represents a Search Item.
Declaration
public string SearchKey { get; set; }
Property Value
Type | Description |
---|---|
System.String |
TabId
The SearchItemInfo represents a Search Item.
Declaration
public int TabId { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 |
Title
The SearchItemInfo represents a Search Item.
Declaration
public string Title { get; set; }
Property Value
Type | Description |
---|---|
System.String |