Deletes all documents of a specified portal and search type (used for re-index operation)

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

Syntax

C#
void DeleteAllDocuments(
	int portalId,
	int searchTypeId
)
Visual Basic
Sub DeleteAllDocuments ( 
	portalId As Integer,
	searchTypeId As Integer
)

Parameters

portalId
Type: System..::..Int32
paramportalIdM:DotNetNuke.Services.Search.Internals.IInternalSearchController.DeleteAllDocuments(System.Int32,System.Int32)
searchTypeId
Type: System..::..Int32
paramsearchTypeIdM:DotNetNuke.Services.Search.Internals.IInternalSearchController.DeleteAllDocuments(System.Int32,System.Int32)

See Also