Click or drag to resize
ImportProviderImportObject Method
Updates the object. Returns true if the object was updated.

Namespace: CMS.CMSImportExport
Assembly: CMS.ImportExport (in CMS.ImportExport.dll) Version: 9.0.0
Syntax
C#
public static ImportObjectResult ImportObject(
	SiteImportSettings settings,
	GeneralizedInfo infoObj,
	ImportParameters parameters,
	List<int> importedParentIds
)

Parameters

settings
Type: CMS.CMSImportExportSiteImportSettings
Import settings
infoObj
Type: CMS.DataEngineGeneralizedInfo
Object to update
parameters
Type: CMS.CMSImportExportImportParameters
Import parameters. The import process may modify the parameter values, always provide a new instance of parameters
importedParentIds
Type: System.Collections.GenericListInt32
Table of imported parent object IDs. When set, only objects with parent from the table are imported

Return Value

Type: ImportObjectResult
See Also