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;
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).
FilterItemType Class | Okapi.Library.Filter Namespace