ExportXlsxForReimportArgsSortObjectsBy Enumeration

Specifies the property that is used to sort the objects to be exported

Definition

Namespace: Articy.Api
Assembly: ArticyApp (in ArticyApp.dll) Version: 1.0.0
C#
public enum SortObjectsBy

Members

DisplayName0 Objects are sorted by their display name
TechnicalName1 Objects are sorted by their technical name
Id2 Objects are sorted by their ID
Parent3 Objects are sorted by the technical name of their parent

See Also