<Code Lib>
2027 Method
Changes 8
M

NumberingSchema.GetPartitioningParameters

Description:
Get 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.

public ICollection<NumberingParameter> GetPartitioningParameters()

ICollection<NumberingParameter> Returns the set of parameters used to partition elements within the numbering schema.

Loading…