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 a translation is in scope.

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

Syntax

C#Copy imageCopy Code
[(.Level0)]
[]
public static <bool> IsTranslationInScope(
	 context,
	string name
)
Visual Basic (Declaration)Copy imageCopy Code
<(.Level0)> _
<> _
Public Shared Function IsTranslationInScope ( _
	context As , _
	name As  _
) As (Of )

Parameters

context
IRenderContext
The context.
name
String
The name of the translation.

Return Value

Boolean

See Also

Advanced