| UserProviderSmartSearchBaseGetUserSmartSearches Method (Int32, IEnumerableString) |
Namespace:
Dynamicweb.SmartSearch.DataProviders
Assembly:
Dynamicweb.SmartSearch (in Dynamicweb.SmartSearch.dll) Version: 2.0.2
Syntax public virtual IEnumerable<string> GetUserSmartSearches(
int userId,
IEnumerable<string> smartSearches
)
Public Overridable Function GetUserSmartSearches (
userId As Integer,
smartSearches As IEnumerable(Of String)
) As IEnumerable(Of String)
Parameters
- userId
- Type: SystemInt32
- smartSearches
- Type: System.Collections.GenericIEnumerableString
Return Value
Type:
IEnumerableStringSee Also