2020 Constructor
Changes 0
C

NumericRevisionSettings(Int32, String, String)

Description:
Constructs a NumericRevisionSettings object.
Remarks:
The starting number parameter accepts any non-negative integer, and the prefix and suffix strings are allowed to be empty.
Overloads (3):
NumericRevisionSettings(Int32,String,String)
public NumericRevisionSettings(
	int startNumber,
	string prefix,
	string suffix
)
  • startNumber
    The start number for the sequence.
  • prefix
    The prefix string for each revision number in the sequence.
  • suffix
    The suffix string for each revision number in the sequence.