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

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

Syntax

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

Parameters

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

Return Value

returnsM:DotNetNuke.Services.Search.SearchCriteriaCollection.Add(DotNetNuke.Services.Search.SearchCriteria)

See Also