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 Code |
---|---|
public bool IsInScope( <string> translationsInScope, out bool localScope ) |
Visual Basic (Declaration) | Copy Code |
---|---|
Public Function IsInScope ( _ translationsInScope As (Of ), _ <> ByRef localScope As _ ) As |
Parameters
- localScope
- Boolean%
if set to true [local scope].
Return Value
true if [is in scope] [the specified translations in scope]; otherwise, false.See Also
SerializableViperInfo Class
Smartsite.Validation.Sxml Namespace