| IdGeneratorNext Method (String, Int32) |
Namespace:
Dynamicweb.Content.Items.Activation
Assembly:
Dynamicweb (in Dynamicweb.dll) Version: 9.12.0
Syntax public static IEnumerable<string> Next(
string itemType,
int amount
)
Public Shared Function Next (
itemType As String,
amount As Integer
) As IEnumerable(Of String)
Parameters
- itemType
- Type: SystemString
- amount
- Type: SystemInt32
Return Value
Type:
IEnumerableStringSee Also