Click or drag to resize
MPUtilityGetNextId Method
Overload List
  NameDescription
Public methodStatic memberGetNextId(String)
Returns the next number of the specified number range. If the number range does not exist, it will be created and initialized with 0.
Public methodStatic memberGetNextId(String, Int32)
Returns the next number of the specified number range. If the number range does not exist, it will be created and initialized with the given start number.
Top
See Also