MoveSequence
Version comparisonPer-version detail
Click a version below to see what changed in that release vs your current frame (2020).
2020
current
NumberingSchema.MoveSequence(String, String)
No longer obsolete in 2020 (was obsolete in 2027)
| fromPartition | String | Name of the partition that determines which numbering sequence to move. The sequence must exist already, otherwise an exception will be thrown. |
| newPartition | String | Name of a partition into which the source sequence is going to be moved. The schema must not have a sequence for this partition yet (i.e. the schema does not have an element that was assigned to such a partition.) <p>Leading and trailing white space is ignored in the given string and will be removed automatically.</p> |