Click or drag to resize

SmartSearchManagerGetDataProviderInstanceT Method

Namespace:  Dynamicweb.SmartSearch
Assembly:  Dynamicweb.SmartSearch (in Dynamicweb.SmartSearch.dll) Version: 2.0.2
Syntax
public static SmartSearchDataProvider<T> GetDataProviderInstance<T>(
	string providerTypeName
)
where T : class

Parameters

providerTypeName
Type: SystemString

Type Parameters

T

Return Value

Type: SmartSearchDataProviderT
See Also