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
)
-
startNumberThe start number for the sequence.
-
prefixThe prefix string for each revision number in the sequence.
-
suffixThe suffix string for each revision number in the sequence.
-
A non-optional argument was NULL
-
The given value for startNumber is negative.