| SmartSearchUpdateCacheT Method |
Note: This API is now obsolete.
Namespace:
Dynamicweb.SmartSearch
Assembly:
Dynamicweb.SmartSearch (in Dynamicweb.SmartSearch.dll) Version: 2.0.2
Syntax [EditorBrowsableAttribute(EditorBrowsableState.Never)]
[BrowsableAttribute(false)]
[ObsoleteAttribute("Don't use this method.", true)]
public void UpdateCache<T>()
where T : class
<EditorBrowsableAttribute(EditorBrowsableState.Never)>
<BrowsableAttribute(false)>
<ObsoleteAttribute("Don't use this method.", true)>
Public Sub UpdateCache(Of T As Class)
Type Parameters
- T
See Also