Add an element of the specified SearchItemInfo to the end of the collection.
Namespace: DotNetNuke.Services.SearchAssembly: DotNetNuke (in DotNetNuke.dll)
Syntax
| C# |
|---|
public int Add( SearchItemInfo value ) |
| Visual Basic |
|---|
Public Function Add ( value As SearchItemInfo ) As Integer |
Parameters
- value
- Type: DotNetNuke.Services.Search..::..SearchItemInfo
An object of type SearchItemInfo to add to the collection.