Returns a collection of SearchDocuments containing module metadata (title, header, footer...) of Searchable Modules.

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

Syntax

C#
public List<SearchDocument> GetModuleMetaData(
	int portalId,
	DateTime startDate
)
Visual Basic
Public Function GetModuleMetaData ( 
	portalId As Integer,
	startDate As DateTime
) As List(Of SearchDocument)

Parameters

portalId
Type: System..::..Int32
paramportalIdM:DotNetNuke.Services.Search.ModuleIndexer.GetModuleMetaData(System.Int32,System.DateTime)
startDate
Type: System..::..DateTime
paramstartDateM:DotNetNuke.Services.Search.ModuleIndexer.GetModuleMetaData(System.Int32,System.DateTime)

Return Value

returnsM:DotNetNuke.Services.Search.ModuleIndexer.GetModuleMetaData(System.Int32,System.DateTime)

See Also