Click or drag to resize
ImportProviderGetExistingObjects Method
Gets the Dataset of existing database objects.

Namespace: CMS.CMSImportExport
Assembly: CMS.ImportExport (in CMS.ImportExport.dll) Version: 9.0.0
Syntax
C#
public static DataSet GetExistingObjects(
	SiteImportSettings settings,
	string objectType,
	bool siteObjects,
	bool selectionOnly
)

Parameters

settings
Type: CMS.CMSImportExportSiteImportSettings
Import settings
objectType
Type: SystemString
Object type
siteObjects
Type: SystemBoolean
Site objects
selectionOnly
Type: SystemBoolean
If true, only data needed for selection are retrieved

Return Value

Type: DataSet
See Also