Okapi .NET Library

FilterItemType.STARTBINARY Field

 [This is preliminary documentation and subject to change.]

Constant value = 8. Start of a binary data (e.g. graphic with extracted text).

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

Remarks

An item of this type corresponds to an ancillary file with some additional data (possible TEXT items). The text content is the path, mime-type must be set.

See Also

FilterItemType Class | Okapi.Library.Filter Namespace