| 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)  | |
| Managed Extensions for C++ | |
|---|---|
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