Click or drag to resize
ImportExportHelper Methods

The ImportExportHelper type exposes the following members.

Methods
  NameDescription
Public methodStatic memberAddExcludedSettingKey
Adds given setting key(s) to the excluded keys. Excluded keys are not exported nor imported.
Public methodStatic memberGenerateExportFileName
Returns a file name starting with given prefix, followed by the date, time and given extension.
Public methodStatic memberGetDataTable
Gets the data for given object type from DataSet
Public methodStatic memberGetDocumentsDataWhereCondition
Gets where condition for specified object type based on documents. Uses the given condition object to build the where condition.
Public methodStatic memberGetExcludedSettingKeys
Returns set of excluded setting key names. Can return null if there are no excluded keys.
Public methodStatic memberGetExportFilePath
Returns the real file path for the specified path.
Public methodStatic memberGetExportPackageUrl
Returns URL to export package with given file name.
Public methodStatic memberGetObjectBackupFolder
Gets the backup folder for a given object
Public methodStatic memberGetObjectTypeName
Gets the name for the object type.
Public methodStatic memberGetObjectTypeSubFolder
Gets sub folder for specified object type.
Public methodStatic memberGetRealFilePath
Returns the real file path for the specified file.
Public methodStatic memberGetSafeObjectTypeName
Gets safe object type name.
Public methodStatic memberGetSiteUtilsFolder
Returns Site Utils folder physical path.
Public methodStatic memberGetSiteUtilsFolderRelativePath
Returns Site Utils folder relative path.
Public methodStatic memberGetTemporaryFolder
Returns Temporary folder physical path.
Public methodStatic memberInitSingleObjectExportSettings
Initialize provided export settings
Public methodStatic memberIsCMSObjectType
Returns true if object type is general object.
Public methodStatic memberIsCodeFile
Indicates if file is code file
Public methodStatic memberIsCommunityObjectType
Returns true if object type is from community module.
Public methodStatic memberIsDesignerCodeBehind
Indicates if file is designer code behind file
Public methodStatic memberIsEcommerceObjectType
Returns true if object type is from e-commerce module.
Public methodStatic memberIsLowerVersion
Returns true if the first given version is lower than the second one.
Public methodStatic memberIsPostProcessFile
Indicates if file should be post processed
Public methodStatic memberIsSettingKeyExcluded
Determines whether the given setting key is excluded from import/export.
Public methodStatic memberRemoveExcludedSettingKey
Removes given setting key(s) from the excluded keys. Excluded keys are not exported nor imported.
Public methodStatic memberRemoveExportExtension
Remove export extensions.
Public methodStatic memberRenameExportedFiles
Rename exported files.
Public methodStatic memberValidateExportFileName
Validate export file name.
Top
See Also