Add an element of the specified SearchResultsInfo to the end of the collection.
Namespace: DotNetNuke.Services.SearchAssembly: 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.