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.
Sets the unique instance id of this Smartlet. Used for personalization storage.

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

Syntax

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

Parameters

context
IRenderContext
The context.
appId
String
The application/instance id.

See Also

Smartlet Class
Smartsite.Scf Namespace
Advanced