CanProduce |
Top Previous Next |
Returns true if the XmlTemplate can produce Xml.
VB.NET Syntax
[Boolean =] XmlTemplate.CanProduce
C# Syntax
[Boolean =] XmlTemplate.CanProduce;
Remarks
When you call CanProduce method it tries to find an XML template that matches with the current Screen. In case it finds it, returns true telling that it can produce an XML content. In other case returns false.
|