Click or drag to resize
ImportedObject Constructor
Default constructor

Namespace: CMS.CMSImportExport
Assembly: CMS.ImportExport (in CMS.ImportExport.dll) Version: 9.0.0
Syntax
C#
public ImportedObject(
	GeneralizedInfo obj,
	TaskTypeEnum taskType
)

Parameters

obj
Type: CMS.DataEngineGeneralizedInfo
Info object
taskType
Type: CMS.DataEngineTaskTypeEnum
Task type
See Also