CTI32 Engine Class Library

XmlConfigFile.GetValueBool Method (String, Int32, String)

Get boolean value with root being the Xth Item

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

Parameters

root
Name of root node to search
index
which occurance
name
name of element you want to read

Return Value

true / false - returns false if not found

See Also

XmlConfigFile Class | CTI32Engine Namespace | XmlConfigFile.GetValueBool Overload List