CTI32 Engine Class Library

XmlConfigFile.GetValue Method (String, Int32, String)

GetValue with root being the Xth item

[Visual Basic]
Overloads Public Function GetValue( _
   ByVal root As String, _
   ByVal index As Integer, _
   ByVal name As String _
) As String
[C#]
public string GetValue(
   string root,
   int index,
   string name
);

Parameters

root
Name of root node to search
index
which occurance
name
name of element whose value you want.

Return Value

null if not found. otherwise the value

See Also

XmlConfigFile Class | CTI32Engine Namespace | XmlConfigFile.GetValue Overload List