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




Glossary Item Box

The template metadata as an XML file. null if there is none. Warning, this schema can change between versions and use of this property is not supported.

Syntax

Visual Basic (Declaration) 
Public ReadOnly Property AutotagXml As XmlDocument
Visual Basic (Usage)Copy Code
Dim instance As TemplateMetrics
Dim value As XmlDocument
 
value = instance.AutotagXml
C# 
public XmlDocument AutotagXml {get;}
Managed Extensions for C++ 
public: __property XmlDocument* get_AutotagXml();
C++/CLI 
public:
property XmlDocument^ AutotagXml {
   XmlDocument^ get();
}

Requirements

Platforms: Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP, Windows Vista, Windows Server 2003 family

See Also

© 2019 All Rights Reserved.