Click or drag to resize
ImportExportHelper Properties

The ImportExportHelper type exposes the following members.

Properties
  NameDescription
Public propertyStatic memberAppCodeFolder
Name of the App_Code folder for current instance
Public propertyStatic memberCompressionBufferSize
Size of buffer used to un/compress packages
Public propertyStatic memberExportObjectTree
Object tree.
Public propertyStatic memberImportObjectTree
Object tree.
Public propertyStatic memberImportWebSiteDirectory
Fictive web site directory for imported physical files (for testing purposes only).
Public propertyStatic memberLangSuffixes
Language suffixes for code behind files
Public propertyStatic memberObjectTypeCycles
Indicates whether there is a cycle in dependencies among object types supported by import/export.
Public propertyStatic memberObjectTypes
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).
Public propertyStatic memberSiteUtilsFolderPath
Site utils folder path (default: ~/CMSSiteUtils/)
Top
See Also