Okapi .NET Library

FilterProperty.INPUTFILE Field

 [This is preliminary documentation and subject to change.]

Constant value = 0. Queries whether the filter supports input file.

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

See Also

FilterProperty Class | Okapi.Library.Filter Namespace