| SmartSearchManagerGetSmartSearchesByDataProvider Method |
Namespace:
Dynamicweb.SmartSearch
Assembly:
Dynamicweb.SmartSearch (in Dynamicweb.SmartSearch.dll) Version: 2.0.2
Syntax public static SmartSearchCollection GetSmartSearchesByDataProvider(
string dataProviderName,
bool hidden = false,
int userId = -1
)
Public Shared Function GetSmartSearchesByDataProvider (
dataProviderName As String,
Optional hidden As Boolean = false,
Optional userId As Integer = -1
) As SmartSearchCollection
Parameters
- dataProviderName
- Type: SystemString
- hidden (Optional)
- Type: SystemBoolean
- userId (Optional)
- Type: SystemInt32
Return Value
Type:
SmartSearchCollectionSee Also