CTI32 Engine Class Library

XmlConfigFile.SelectValue Method 

Select the index value from a nested xml structure. For example the port structure.

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

Parameters

select
Descendent name
root
name of root to search
index
which item
name
parameter you are looking for

Return Value

null if not found otherwise the value

See Also

XmlConfigFile Class | CTI32Engine Namespace