Okapi .NET Library

ILocalizationDirectives.IsWithinScope Method 

 [This is preliminary documentation and subject to change.]

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;

Return Value

True if there is a directive that applies, false if not.

See Also

ILocalizationDirectives Interface | Okapi.Library.Filter Namespace