Click or drag to resize

ExportWhichName Enumeration

Determines which names should be exported in XLSX exports. Is applied to feature / property names in headlines and to object references in the content data area

Namespace:  Articy.Export.Office
Assembly:  PublicApiTypes (in PublicApiTypes.dll) Version: 1.0.0
Syntax
C#
public enum ExportWhichName
Members
  Member nameValueDescription
DisplayName0 Use display names where possible
TechnicalName1 use technical names where possible
See Also