Click or drag to resize
AbstractImportExportSettingsSetSelectedObjects Method
Sets selected objects of specified type.

Namespace: CMS.CMSImportExport
Assembly: CMS.ImportExport (in CMS.ImportExport.dll) Version: 9.0.0
Syntax
C#
public void SetSelectedObjects(
	List<string> list,
	string type,
	bool siteObjects
)

Parameters

list
Type: System.Collections.GenericListString
List of selected objects code names
type
Type: SystemString
Type of the objects
siteObjects
Type: SystemBoolean
Indicates if the objects are site dependent
See Also