Add an element of the specified SearchResultsInfo to the end of the collection.

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

Syntax

C#
public int Add(
	SearchResultsInfo value
)
Visual Basic
Public Function Add ( 
	value As SearchResultsInfo
) As Integer

Parameters

value
Type: DotNetNuke.Services.Search..::..SearchResultsInfo
An object of type SearchResultsInfo to add to the collection.

Return Value

returnsM:DotNetNuke.Services.Search.SearchResultsInfoCollection.Add(DotNetNuke.Services.Search.SearchResultsInfo)

See Also