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.
Get the item number of the smartlet.

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

Syntax

C#Copy imageCopy Code
[(.Level0)]
[(Name = "{0}.Number")]
public static <int> CurrentSmartletGetNumber(
	 context
)
Visual Basic (Declaration)Copy imageCopy Code
<(.Level0)> _
<(Name := "{0}.Number")> _
Public Shared Function CurrentSmartletGetNumber ( _
	context As  _
) As (Of Integer)

Parameters

context
IRenderContext
The context.

Return Value

Integer.

See Also

Smartlet Class
Smartsite.Scf Namespace
Advanced