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




elem
The parent element for this part of the XML.

Glossary Item Box

Read the xml stored with the template to get all vars.

Syntax

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

Parameters

elem
The parent element for this part of the XML.

Return Value

The extracted vars.

Requirements

Platforms: Windows 10, Windows NT, Windows Server

See Also

Windward Studios - .NET Document Generation software