2027 Method
Changes 8
M

NumberingSchema.SetPartitioningParameters

Description:
Set the set of parameters used by this numbering schema to segregate a set of elements to a separate set of element where matching and numbering will be performed.
Remarks:
This method makes sure that the document will be consistent when it comes to numbering before it exits.
public void SetPartitioningParameters(
	ISet<NumberingParameter> partitioningParameters
)
  • partitioningParameters
    The set of parameters used to divide elements into separate partitions for independent numbering.