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 next free number for a given Smartlet type.

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

Syntax

C#Copy imageCopy Code
public int GetNextNumber(
	string name
)
Visual Basic (Declaration)Copy imageCopy Code
Public Function GetNextNumber ( _
	name As  _
) As Integer

Parameters

name
String
The name.

Return Value

Integer

See Also

Smartlets Class
Smartsite.Scf Namespace
Advanced