2020 Method
Changes 0
M

GlobalParametersManager.SortParameters

Description:
Sorts global parameters in the desired order.
Remarks:

All global parameters are sorted, but only within the range of their respective parameter group.

This operation has no effect on the global parameters themselves. The sorted order is only visible in the standard Global Parameters dialog. However, the order of parameters is serialized in the document, thus available on the DB level as well.

public static void SortParameters(
	Document document,
	ParametersOrder order
)