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

Namespace: DotNetNuke.Services.Search
Assembly: 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.

Return Value

returnsM:DotNetNuke.Services.Search.SearchItemInfoCollection.Add(DotNetNuke.Services.Search.SearchItemInfo)

See Also