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 the name of the smartlet to which the preset belongs.

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

Syntax

C#Copy imageCopy Code
[(Name = "Smartlet.GetSmartletFromPreset")]
public static string GetSmartletForPreset(
	 context,
	int number
)
Visual Basic (Declaration)Copy imageCopy Code
<(Name := "Smartlet.GetSmartletFromPreset")> _
Public Shared Function GetSmartletForPreset ( _
	context As , _
	number As Integer _
) As 

Parameters

context
IRenderContext
Render context
number
Int32
Item number of the preset.

Return Value

The name of the smartlet.

See Also

Advanced