| SmartSearchCollection Constructor |
Namespace:
Dynamicweb.SmartSearch
Assembly:
Dynamicweb.SmartSearch (in Dynamicweb.SmartSearch.dll) Version: 2.0.2
Syntax public SmartSearchCollection(
List<SmartSearch> listOfSmartSearches = null
)
Public Sub New (
Optional listOfSmartSearches As List(Of SmartSearch) = Nothing
)
Parameters
- listOfSmartSearches (Optional)
- Type: System.Collections.GenericListSmartSearch
See Also