Okapi .NET Library

FilterProperty.XMLOUTPUT Field

 [This is preliminary documentation and subject to change.]

Constant value = 7. Queries whether the filter supports XML and HTML output.

[Visual Basic]
Public const XMLOUTPUT As Integer = 7
[C#]
public const int XMLOUTPUT = 7;
[C++]
public: const int XMLOUTPUT = 7;
[JScript]
public const var XMLOUTPUT: int = 7;

See Also

FilterProperty Class | Okapi.Library.Filter Namespace