| UrlIndexAddOrUpdateQuerystringIndex Method |
Note: This API is now obsolete.
Namespace:
Dynamicweb.Frontend.UrlHandling
Assembly:
Dynamicweb (in Dynamicweb.dll) Version: 9.12.0
Syntax [ObsoleteAttribute("Use AddOrUpdateIndexOfQueryString instead.")]
public void AddOrUpdateQuerystringIndex(
UrlNode node
)
<ObsoleteAttribute("Use AddOrUpdateIndexOfQueryString instead.")>
Public Sub AddOrUpdateQuerystringIndex (
node As UrlNode
)
Parameters
- node
- Type: Dynamicweb.Frontend.UrlHandlingUrlNode
See Also