AbstractImportExportSettingsDeselect Method |
Selects the given object.
Namespace: CMS.CMSImportExportAssembly: CMS.ImportExport (in CMS.ImportExport.dll) Version: 12.0.0
Syntax public void Deselect(
string type,
string codeName,
bool siteObjects
)
Parameters
- type
- Type: SystemString
Type of the objects - codeName
- Type: SystemString
Code name of the object - siteObjects
- Type: SystemBoolean
Indicates if the objects are site dependent
See Also