NumericRevisionSettings(Int32, String, String)
Description:
Constructs a NumericRevisionSettings object.
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.
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
)
-
Int32startNumberThe start number for the sequence.
-
StringprefixThe prefix string for each revision number in the sequence.
-
StringsuffixThe suffix string for each revision number in the sequence.
-
A non-optional argument was null
-
The given value for startNumber is negative.