ImportProviderImportObject Method |
Updates the object. Returns true if the object was updated.
Namespace: CMS.CMSImportExportAssembly: CMS.ImportExport (in CMS.ImportExport.dll) Version: 13.0.131
Syntax 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:
ImportObjectResultSee Also