Indicates if there is currently a directive that would apply.
[Visual Basic] Function IsWithinScope() As Boolean [C#] bool IsWithinScope(); [C++] bool IsWithinScope(); [JScript] function IsWithinScope(): bool;
True if there is a directive that applies, false if not.
ILocalizationDirectives Interface | Okapi.Library.Filter Namespace