Okapi .NET Library

FilterItemType.TEXT Field

 [This is preliminary documentation and subject to change.]

Constant value = 3. Text item.

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

Remarks

An item of this type contains text.

All text items are not necessarily to be translated. Use the IsTranslatable method to see if the text is translatable. Use IsTranslated to detect if text item has a corresponding translation (in the case of bilingual files).

See Also

FilterItemType Class | Okapi.Library.Filter Namespace