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