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.
Returns true if the given scope is actived for this request.

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

Syntax

C#Copy imageCopy Code
[(Name = "{0}.IsScopeActive")]
[(.Level0)]
public static bool IsScopeActive(
	string scope
)
Visual Basic (Declaration)Copy imageCopy Code
<(Name := "{0}.IsScopeActive")> _
<(.Level0)> _
Public Shared Function IsScopeActive ( _
	scope As  _
) As 

Parameters

scope
String
The scope (e.g. pdf or img).

Return Value

Returns true if the spice scope has been activated for this request.

See Also

Advanced