Click or drag to resize
AbstractImportExportSettings.GetSelectedObjectsArray Method
Gets selected objects of specified type.

Namespace: CMS.CMSImportExport
Assembly: CMS.ImportExport (in CMS.ImportExport.dll) Version: 10.0.0
Syntax
C#
public string[] GetSelectedObjectsArray(
	string type,
	bool siteObjects
)

Parameters

type
Type: System.String
Type of the objects
siteObjects
Type: System.Boolean
Indicates if the objects are site dependent

Return Value

Type:String[]
See Also