AbstractImportExportSettingsSetObjectsProcessType Method |
Sets objects process type of specified type.
Namespace: CMS.CMSImportExportAssembly: CMS.ImportExport (in CMS.ImportExport.dll) Version: 13.0.131
Syntax public void SetObjectsProcessType(
ProcessObjectEnum processType,
string type,
bool siteObjects
)
Parameters
- processType
- Type: CMS.CMSImportExportProcessObjectEnum
Process type of the object - type
- Type: SystemString
Type of the object - siteObjects
- Type: SystemBoolean
Indicates if the objects are site dependent
See Also