AbstractImportExportSettingsGetSelectedObjects Method |
Gets selected objects of specified type.
Namespace: CMS.CMSImportExportAssembly: CMS.ImportExport (in CMS.ImportExport.dll) Version: 12.0.0
Syntax public List<string> GetSelectedObjects(
string type,
bool siteObjects
)
Parameters
- type
- Type: SystemString
Type of the objects - siteObjects
- Type: SystemBoolean
Indicates if the objects are site dependent
Return Value
Type:
ListStringSee Also