Click or drag to resize

ExportXlsxForReimportArgsSortObjectsBy Enumeration

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

Namespace:  Articy.Api
Assembly:  ArticyApp (in ArticyApp.dll) Version: 1.0.0
Syntax
C#
public enum SortObjectsBy
Members
  Member nameValueDescription
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