Windward Studios API Reference
FromXml Method
See Also  Send comments on this topic.
net.windward.api.csharp Namespace > TemplateVariableValue Class : FromXml Method




element
The info stored in xml.

Glossary Item Box

Create the object from the passed in xml.

Syntax

Visual Basic (Declaration) 
Public Shared Function FromXml( _
   ByVal element As XmlElement _
) As TemplateVariableValue
Visual Basic (Usage)Copy Code
Dim element As XmlElement
Dim value As TemplateVariableValue
 
value = TemplateVariableValue.FromXml(element)
C# 
public static TemplateVariableValue FromXml( 
   XmlElement element
)
Managed Extensions for C++ 
public: static TemplateVariableValue* FromXml( 
   XmlElement* element
) 
C++/CLI 
public:
static TemplateVariableValue^ FromXml( 
   XmlElement^ element
) 

Parameters

element
The info stored in xml.

Return Value

The info object created from the xml.

Requirements

Platforms: Windows 10, Windows NT, Windows Server

See Also

Windward Studios - .NET Document Generation software