Click or drag to resize
ImportExportHelperObjectTypes Property
List of object types with flag if its global or not. Used by Import/Export, order of the elements matters (objects are in order for import, export order is reverse).

Namespace: CMS.CMSImportExport
Assembly: CMS.ImportExport (in CMS.ImportExport.dll) Version: 9.0.0
Syntax
C#
public static List<ObjectTypeListItem> ObjectTypes { get; }

Property Value

Type: ListObjectTypeListItem
See Also