| SiteImportSettingsLoadDefaultSelection Method (String, Boolean, ImportTypeEnum, Boolean, Boolean) | 
Note: This API is now obsolete.
            Loads the default selection to the import settings tables.
            
 
Namespace: CMS.CMSImportExportAssembly: CMS.ImportExport (in CMS.ImportExport.dll) Version: 9.0.0
Syntax[ObsoleteAttribute("This method is obsolete. Use overloaded method: LoadDefaultSelector(DefaultSelectionParameters)")]
public void LoadDefaultSelection(
	string objectType,
	bool siteObjects,
	ImportTypeEnum importType,
	bool loadObjects,
	bool loadTasks
)Parameters
- objectType
 - Type: SystemString
Type of the object - siteObjects
 - Type: SystemBoolean
Indicates if the object is site dependent - importType
 - Type: CMS.CMSImportExportImportTypeEnum
Type of the import - loadObjects
 - Type: SystemBoolean
If true, the objects are loaded - loadTasks
 - Type: SystemBoolean
If true, the tasks are loaded 
See Also