Click or drag to resize
AbstractImportExportSettingsGetSelectedObjectTypes Method
Gets object types that have been selected to process.

Namespace: CMS.CMSImportExport
Assembly: CMS.ImportExport (in CMS.ImportExport.dll) Version: 9.0.0
Syntax
C#
public List<string> GetSelectedObjectTypes(
	bool siteObjects
)

Parameters

siteObjects
Type: SystemBoolean
Indicates if the objects are site dependent

Return Value

Type: ListString
See Also