Okapi .NET Library

FilterItemType.BINARY Field

 [This is preliminary documentation and subject to change.]

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;

Remarks

An item of this type corresponds to an ancillary file. The text content is the path, mime-type must be set.

See Also

FilterItemType Class | Okapi.Library.Filter Namespace