AbstractImportExportSettingsSetSelectedObjects Method |
Sets selected objects of specified type.
Namespace: CMS.CMSImportExportAssembly: CMS.ImportExport (in CMS.ImportExport.dll) Version: 13.0.131
Syntax public void SetSelectedObjects(
List<string> list,
string type,
bool siteObjects
)
Parameters
- list
- Type: System.Collections.GenericListString
List of selected objects code names - type
- Type: SystemString
Type of the objects - siteObjects
- Type: SystemBoolean
Indicates if the objects are site dependent
See Also