Manager..::..SetVariableFromXPath Method
Sets the variable from x path.
Namespace:
JiwaFinancials.Jiwa.JiwaApplicationAssembly: JiwaApplication (in JiwaApplication.dll)
Syntax
public static void SetVariableFromXPath( ref Object VariableToSet, XmlElement XMLElement, string RelativeXPath )
Public Shared Sub SetVariableFromXPath ( _ ByRef VariableToSet As Object, _ XMLElement As XmlElement, _ RelativeXPath As String _ )
public: static void SetVariableFromXPath( Object^% VariableToSet, XmlElement^ XMLElement, String^ RelativeXPath )
Parameters
- VariableToSet
- Type: Object%
The variable to set.
- XMLElement
- Type: XmlElement
The XML element.
- RelativeXPath
- Type: String
The relative x path.