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.
Activates the scope consumer on this request.

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

Syntax

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

Parameters

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

See Also

Advanced