Field Method
Field(string, bool)
Returns the XML node or nodelist using the specified XPath pattern relative to the current node.
Declaration
public object Field(string name, bool asNodeList)
Parameters
Returns
Field(string, bool, bool)
Returns the XML node or nodelist using the specified XPath pattern relative to the current node. The isOutputformatNull flag specifies whether to use the text of the current node.
Declaration
public object Field(string name, bool asNodeList, bool isOutputformatNull)
Parameters
Type |
Name |
Description |
string |
name |
|
bool |
asNodeList |
|
bool |
isOutputformatNull |
|
Returns