NumberingSchema.ChangePartitioningValue
Description:
Moves all elements of a numbering sequence from one partition to another.
Moves all elements of a numbering sequence from one partition to another.
public void ChangePartitioningValue(
string fromPartition,
string newPartition
)
-
StringfromPartitionName of the partition that determines which numbering sequence to move. The sequence must exist already, otherwise an exception will be thrown.
-
StringnewPartitionName of a partition into which the source sequence is going to be moved.
-
The sequence fromPartition does not exist in the schema. -or- the given newPartition cannot be used as a valid name of a numbering partition because it contains characters that are considered invalid, such as non-printable characters or those that cannot be used in a file's name.
-
A non-optional argument was null
-
Either the schema or its document cannot be modified at present. -or- The value for the partition can only be changed if it is determined by one non-readonly Text parameter.