Click or drag to resize
ImportExportHelperGetObjectTypeName Method
Gets the name for the object type.

Namespace: CMS.CMSImportExport
Assembly: CMS.ImportExport (in CMS.ImportExport.dll) Version: 10.0.0
Syntax
C#
public static string GetObjectTypeName(
	string objectType,
	AbstractImportExportSettings settings
)

Parameters

objectType
Type: SystemString
Object type
settings
Type: CMS.CMSImportExportAbstractImportExportSettings
Import or export settings

Return Value

Type: String
See Also