| SimpleTreeBaseTKey, TValueTryGetNode Method |
Note: This API is now obsolete.
Namespace:
Dynamicweb.Core
Assembly:
Dynamicweb.Core (in Dynamicweb.Core.dll) Version: 3.1.1
Syntax [ObsoleteAttribute("Use GetNode(key) instead.", true)]
protected SimpleTreeBaseTKey, TValueSimpleTreeNode TryGetNode(
TKey key
)
<ObsoleteAttribute("Use GetNode(key) instead.", true)>
Protected Function TryGetNode (
key As TKey
) As SimpleTreeBaseTKey, TValueSimpleTreeNode
Parameters
- key
- Type: TKey
Return Value
Type:
SimpleTreeBaseTKey, TValueSimpleTreeNodeSee Also