This document is provided on an "AS IS" basis without warranties of any kind. Smartsite iXperion class libraries may change in future releases.
Returns the scope of the current translation.
Valid only within the 'replacement' field in translation items.

Namespace: Smartsite.Runtime.Modules
Assembly:  Smartsite.Runtime.Modules (in Smartsite.Runtime.Modules.dll)

Syntax

C#Copy imageCopy Code
[(Name = "Translation.GetScope", IsStub = true)]
public static <int> GetTranslationScopeNew()
Visual Basic (Declaration)Copy imageCopy Code
<(Name := "Translation.GetScope", IsStub := True)> _
Public Shared Function GetTranslationScopeNew As (Of Integer)

Return Value

The scope of the current translation.
Global System translations: -95
Global Normal translations: -96
Other: Folder number to which the translation is scoped.

See Also

Advanced