Windward Engine 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 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP, Windows Vista, Windows Server 2003 family

See Also

© 2020 All Rights Reserved.