ImportProviderGetExistingObjects Method |
Gets the Dataset of existing database objects.
Namespace: CMS.CMSImportExportAssembly: CMS.ImportExport (in CMS.ImportExport.dll) Version: 13.0.131
Syntax 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:
DataSetSee Also