| UserProviderSmartSearchBaseGetUserSmartSearches Method (Int32) |
Namespace:
Dynamicweb.SmartSearch.DataProviders
Assembly:
Dynamicweb.SmartSearch (in Dynamicweb.SmartSearch.dll) Version: 2.0.2
Syntax public abstract IEnumerable<string> GetUserSmartSearches(
int userID
)
Public MustOverride Function GetUserSmartSearches (
userID As Integer
) As IEnumerable(Of String)
Parameters
- userID
- Type: SystemInt32
Return Value
Type:
IEnumerableStringSee Also