CTI32 Engine Class Library

LineThread.GetValue Method 

Gets a value from an XML document with a specific name.

[Visual Basic]
Public Function GetValue( _
   ByVal xd As XmlDocument, _
   ByVal name As String _
) As String
[C#]
public string GetValue(
   XmlDocument xd,
   string name
);

Parameters

xd
Loaded XML document
name
Parameter to read

Return Value

null if name not found or value if found

See Also

LineThread Class | CTI32Engine Namespace