| HtmlNodeNavigatorMoveToNamespace Method  | 
            Moves the XPathNavigator to the namespace node with the specified local name. 
            Always returns false for the HtmlNavigator implementation.
            
 
Namespace: WorkflowGen.My.HtmlAgilityPackAssembly: WorkflowGen.My (in WorkflowGen.My.dll) Version: 3.3.0.0 (3.3.0.0)
Syntaxpublic override bool MoveToNamespace(
	string name
)
Public Overrides Function MoveToNamespace ( 
	name As String
) As Boolean
Parameters
- name
 - Type: SystemString
The local name of the namespace node. 
Return Value
Type: 
BooleanAlways returns false for the HtmlNavigator implementation.
See Also