DotNetNuke.Services.Search.SearchItemInfo
Namespace: DotNetNuke.Services.SearchAssembly: DotNetNuke (in DotNetNuke.dll)
Syntax
C# |
---|
public SearchItemInfo( string Title, string Description, int Author, DateTime PubDate, int ModuleID, string SearchKey, string Content ) |
Visual Basic |
---|
Public Sub New ( Title As String, Description As String, Author As Integer, PubDate As DateTime, ModuleID As Integer, SearchKey As String, Content As String ) |
Parameters
- Title
- Type: System..::..String
paramTitleM:DotNetNuke.Services.Search.SearchItemInfo.#ctor(System.String,System.String,System.Int32,System.DateTime,System.Int32,System.String,System.String)
- Description
- Type: System..::..String
paramDescriptionM:DotNetNuke.Services.Search.SearchItemInfo.#ctor(System.String,System.String,System.Int32,System.DateTime,System.Int32,System.String,System.String)
- Author
- Type: System..::..Int32
paramAuthorM:DotNetNuke.Services.Search.SearchItemInfo.#ctor(System.String,System.String,System.Int32,System.DateTime,System.Int32,System.String,System.String)
- PubDate
- Type: System..::..DateTime
paramPubDateM:DotNetNuke.Services.Search.SearchItemInfo.#ctor(System.String,System.String,System.Int32,System.DateTime,System.Int32,System.String,System.String)
- ModuleID
- Type: System..::..Int32
paramModuleIDM:DotNetNuke.Services.Search.SearchItemInfo.#ctor(System.String,System.String,System.Int32,System.DateTime,System.Int32,System.String,System.String)
- SearchKey
- Type: System..::..String
paramSearchKeyM:DotNetNuke.Services.Search.SearchItemInfo.#ctor(System.String,System.String,System.Int32,System.DateTime,System.Int32,System.String,System.String)
- Content
- Type: System..::..String
paramContentM:DotNetNuke.Services.Search.SearchItemInfo.#ctor(System.String,System.String,System.Int32,System.DateTime,System.Int32,System.String,System.String)