Constant value = 7. Standalone binary data (e.g. bitmap)
[Visual Basic] Public const BINARY As Integer = 7 [C#] public const int BINARY = 7; [C++] public: const int BINARY = 7; [JScript] public const var BINARY: int = 7;
An item of this type corresponds to an ancillary file. The text content is the path, mime-type must be set.
FilterItemType Class | Okapi.Library.Filter Namespace