M

MoveSequence

Version comparison

Per-version detail

Click a version below to see what changed in that release vs your current frame (2021).
Identical to 2021: 2020, 2022, 2023, 2024, 2025, 2025.3, 2026
2021 current
NumberingSchema.MoveSequence(String, String)
No longer obsolete in 2021 (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>