Click or drag to resize

IdGeneratorNextT Method (Int32)

Namespace:  Dynamicweb.Content.Items.Activation
Assembly:  Dynamicweb (in Dynamicweb.dll) Version: 9.12.0
Syntax
public static IEnumerable<string> Next<T>(
	int amount
)
where T : ItemEntry

Parameters

amount
Type: SystemInt32

Type Parameters

T

Return Value

Type: IEnumerableString
See Also