Copies the elements of the specified SearchItemInfo array to the end of the collection.
Namespace: DotNetNuke.Services.SearchAssembly: DotNetNuke (in DotNetNuke.dll)
Syntax
C# |
---|
public void AddRange( SearchItemInfo[] value ) |
Visual Basic |
---|
Public Sub AddRange ( value As SearchItemInfo() ) |
Parameters
- value
- Type: array<DotNetNuke.Services.Search..::..SearchItemInfo>[]()[][]
An array of type SearchItemInfo containing the objects to add to the collection.