AlphanumericRevisionSettings.SetSequence
Description:
Sets the sequence of strings to be used as numbers for revisions with the Alphanumeric RevisionNumberType.
Sets the sequence of strings to be used as numbers for revisions with the Alphanumeric RevisionNumberType.
Remarks:
If there are more alphanumeric revisions than there are strings in the sequence, subsequent alphanumeric revisions will be assigned duplicated characters. For example, if the sequence provided were ["X", "Y"], the first alphanumeric revision would be shown as "X", the second as "Y", the third as "XX", then "YY", "XXX", etc.
public void SetSequence(
IList<string> sequence
)
-
IList<String>sequenceThe sequence. The sequence strings cannot contain commas.
-
Input sequence contains invalid entries.
-
A non-optional argument was null