Okapi .NET Library

FilterItemType.BLOCK Field

 [This is preliminary documentation and subject to change.]

Constant value = 6. Block of data.

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

Remarks

An item of this type is a block of data not relevant for localization.

See Also

FilterItemType Class | Okapi.Library.Filter Namespace