XMLData.GetFirstChild
See also
Declaration: GetFirstChild(nKind as SPYXMLDataKind) as XMLData
Return Value
Returns an xml element as XMLData object.
Description
GetFirstChild initializes a new iterator and returns the first child. Set nKind = -1 to get an iterator for all kinds of children.
Example
See the example at XMLData.GetNextChild.