PRELIMINARY INFORMATION - SUBJECT TO CHANGE
This document is provided on an "AS IS" basis without warranties of any kind. Smartsite iXperion class libraries may change in future releases.
Determines whether the current viper is in scope.

Namespace: Smartsite.Validation.Sxml
Assembly:  Smartsite.Validation (in Smartsite.Validation.dll)

Syntax

C#Copy imageCopy Code
public bool IsInScope(
	<string> translationsInScope,
	out bool localScope
)
Visual Basic (Declaration)Copy imageCopy Code
Public Function IsInScope ( _
	translationsInScope As (Of ), _
	<> ByRef localScope As  _
) As 

Parameters

translationsInScope
List<(Of <String>)>
The translations in scope.
localScope
Boolean%
if set to true [local scope].

Return Value

true if [is in scope] [the specified translations in scope]; otherwise, false.

See Also

Advanced