Click or drag to resize
AbstractImportExportSettings.Select Method
Selects the given object.

Namespace: CMS.CMSImportExport
Assembly: CMS.ImportExport (in CMS.ImportExport.dll) Version: 11.0.0
Syntax
C#
public void Select(
	string type,
	string codeName,
	bool siteObjects
)

Parameters

type
Type: System.String
Type of the objects
codeName
Type: System.String
Code name of the object
siteObjects
Type: System.Boolean
Indicates if the objects are site dependent
See Also