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

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

Parameters

objectType
Type: System.String
Object type
siteObject
Type: System.Boolean
Site object

Return Value

Type: String
See Also