Click or drag to resize
SiteExportSettingsEnsureSelectedObjectsExport Method
Ensures that the given object type can include selected objects into the export

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

Parameters

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