RVTDocs.com

AlphanumericRevisionSettings(IList<String>, String, String)

Constructor
Description:
Constructs an AlphanumericRevisionSettings object.
Syntax
public AlphanumericRevisionSettings(
	IList<string> sequence,
	string prefix,
	string suffix
)
Parameters
Parameter Type Description
sequence IList <p>The custom sequence to be used as numbers for revisions with the Alphanumeric RevisionNumberType.</p><p>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.</p>
prefix String The prefix string for each revision number in the sequence.
suffix String The suffix string for each revision number in the sequence.
Return Value
Exceptions
Exception Condition
ArgumentException Input sequence contains invalid entries.
ArgumentNullException A non-optional argument was null