Click or drag to resize
AbstractImportExportSettingsGetObjectWhereCondition Method
Gets the where condition for specified type of object.

Namespace: CMS.CMSImportExport
Assembly: CMS.ImportExport (in CMS.ImportExport.dll) Version: 9.0.0
Syntax
C#
public WhereCondition GetObjectWhereCondition(
	string objectType,
	bool siteObject
)

Parameters

objectType
Type: SystemString
Object type
siteObject
Type: SystemBoolean
Site object

Return Value

Type: WhereCondition
See Also