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

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

Parameters

list
Type: System.Collections.Generic.List<String>
List of selected objects code names
type
Type: System.String
Type of the objects
siteObjects
Type: System.Boolean
Indicates if the objects are site dependent
See Also