Click or drag to resize
AbstractImportExportSettingsGetObjectsProcessType Method
Gets process type of object type.

Namespace: CMS.CMSImportExport
Assembly: CMS.ImportExport (in CMS.ImportExport.dll) Version: 9.0.0
Syntax
C#
public ProcessObjectEnum GetObjectsProcessType(
	string type,
	bool siteObjects
)

Parameters

type
Type: SystemString
Type of the object
siteObjects
Type: SystemBoolean
Indicates if the objects are site dependent

Return Value

Type: ProcessObjectEnum
See Also