Click or drag to resize
ImportProviderSetObject Method
Sets imported object

Namespace: CMS.CMSImportExport
Assembly: CMS.ImportExport (in CMS.ImportExport.dll) Version: 9.0.0
Syntax
C#
public static void SetObject(
	SiteImportSettings settings,
	GeneralizedInfo infoObj,
	GeneralizedInfo parentInfo,
	List<ImportedObject> importedObjects
)

Parameters

settings
Type: CMS.CMSImportExportSiteImportSettings
Import settings
infoObj
Type: CMS.DataEngineGeneralizedInfo
Object instance
parentInfo
Type: CMS.DataEngineGeneralizedInfo
Parent object
importedObjects
Type: System.Collections.GenericListImportedObject
List of already imported objects
See Also