CTI32 Engine Class Library

XmlConfigFile.GetValueIndex Method 

GetValue with root being 0 - get the xth item

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

Parameters

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

Return Value

null if not found otherwise the string value

See Also

XmlConfigFile Class | CTI32Engine Namespace