Windward Studios API Reference
Tags Property
See Also  Send comments on this topic.
net.windward.api.csharp Namespace > TemplateMetrics Class : Tags Property




Glossary Item Box

All tags that are defined in the template. Organized into three arrays as such: The first array contains all of the tags in the document body. The second array cointans all of the tags found in the header and footer. The third and final array contains all of the tags found in the footnotes.

Syntax

Visual Basic (Declaration) 
<ObsoleteAttribute("Use GetTagTree instead.")>
Public ReadOnly Property Tags As BaseTag()
Visual Basic (Usage)Copy Code
Dim instance As TemplateMetrics
Dim value() As BaseTag
 
value = instance.Tags
C# 
[Obsolete("Use GetTagTree instead.")]
public BaseTag[] Tags {get;}
Managed Extensions for C++ 
[Obsolete("Use GetTagTree instead.")]
public: __property BaseTag*[]* get_Tags();
C++/CLI 
[Obsolete("Use GetTagTree instead.")]
public:
property array<BaseTag^>^ Tags {
   array<BaseTag^>^ get();
}

Requirements

Platforms: Windows 10, Windows NT, Windows Server

See Also

Windward Studios - .NET Document Generation software