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.
Gets the display name for the preset.

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

Syntax

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

Parameters

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

Return Value

The display name of the preset.

See Also

Advanced