DotNetNuke.Services.Search.SearchItemInfo

Namespace: DotNetNuke.Services.Search
Assembly: DotNetNuke (in DotNetNuke.dll)

Syntax

C#
public SearchItemInfo(
	string Title,
	string Description,
	int Author,
	DateTime PubDate,
	int ModuleID,
	string SearchKey,
	string Content,
	int Image
)
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,
	Image As Integer
)

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,System.Int32)
Description
Type: System..::..String
paramDescriptionM:DotNetNuke.Services.Search.SearchItemInfo.#ctor(System.String,System.String,System.Int32,System.DateTime,System.Int32,System.String,System.String,System.Int32)
Author
Type: System..::..Int32
paramAuthorM:DotNetNuke.Services.Search.SearchItemInfo.#ctor(System.String,System.String,System.Int32,System.DateTime,System.Int32,System.String,System.String,System.Int32)
PubDate
Type: System..::..DateTime
paramPubDateM:DotNetNuke.Services.Search.SearchItemInfo.#ctor(System.String,System.String,System.Int32,System.DateTime,System.Int32,System.String,System.String,System.Int32)
ModuleID
Type: System..::..Int32
paramModuleIDM:DotNetNuke.Services.Search.SearchItemInfo.#ctor(System.String,System.String,System.Int32,System.DateTime,System.Int32,System.String,System.String,System.Int32)
SearchKey
Type: System..::..String
paramSearchKeyM:DotNetNuke.Services.Search.SearchItemInfo.#ctor(System.String,System.String,System.Int32,System.DateTime,System.Int32,System.String,System.String,System.Int32)
Content
Type: System..::..String
paramContentM:DotNetNuke.Services.Search.SearchItemInfo.#ctor(System.String,System.String,System.Int32,System.DateTime,System.Int32,System.String,System.String,System.Int32)
Image
Type: System..::..Int32
paramImageM:DotNetNuke.Services.Search.SearchItemInfo.#ctor(System.String,System.String,System.Int32,System.DateTime,System.Int32,System.String,System.String,System.Int32)

See Also