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




template
The template to scan.
xmlTagTree
Write the xml file to this stream.
license
Optionally pass in a license to use.

Glossary Item Box

Create an XML file of the tags in the template.

Syntax

Visual Basic (Declaration) 
Public Shared Sub GetTagTree( _
   ByVal template As Stream, _
   ByVal xmlTagTree As Stream, _
   Optional ByVal license As String _
) 
Visual Basic (Usage)Copy Code
Dim template As Stream
Dim xmlTagTree As Stream
Dim license As String
 
Report.GetTagTree(template, xmlTagTree, license)
C# 
public static void GetTagTree( 
   Stream template,
   Stream xmlTagTree,
   string license
)
Managed Extensions for C++ 
public: static void GetTagTree( 
   Stream* template,
   Stream* xmlTagTree,
   string* license
) 
C++/CLI 
public:
static void GetTagTree( 
   Stream^ template,
   Stream^ xmlTagTree,
   String^ license
) 

Parameters

template
The template to scan.
xmlTagTree
Write the xml file to this stream.
license
Optionally pass in a license to use.

Requirements

Platforms: Windows 10, Windows NT, Windows Server

See Also

Windward Studios - .NET Document Generation software