Share via


WsXmlNode.GetChild Method

Retrieves a node's child node.

Namespace: Ws.Services.Xml
Assembly: MFWsStack (in mfwsstack.dll)

Syntax

public WsXmlNode GetChild (
         string path,
         bool caseSensitive
)

Parameters

  • path
    A path to the child node. Paths are delimited with '/'.
  • caseSensitive
    Indicates whether or not path is case-sensitive.

Return Value

A child node, if one is found. Otherwise, null

Version Information

Available in the .NET Micro Framework versions 3.0, 4.0, 4.1, and 4.2.

See Also

Reference

WsXmlNode Class
WsXmlNode Members
Ws.Services.Xml Namespace