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.
Specifies that the current execution is not an instance of the Smartlet.

Namespace: Smartsite.Scf
Assembly:  Smartsite.Scf (in Smartsite.Scf.dll)

Syntax

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

Parameters

context
IRenderContext
The context.

See Also

Smartlet Class
Smartsite.Scf Namespace
Advanced