Click or drag to resize
DocumentExportExportRelatedDocumentsData Method (SiteExportSettings, String, TranslationHelper, Boolean, String)

Note: This API is now obsolete.

Exports related document data for given object type.

Namespace: CMS.DocumentEngine
Assembly: CMS.DocumentEngine (in CMS.DocumentEngine.dll) Version: 9.0.0
Syntax
C#
[ObsoleteAttribute("Use method ExportRelatedDocumentsData with object WhereCondition")]
public static DataSet ExportRelatedDocumentsData(
	SiteExportSettings settings,
	string objectType,
	TranslationHelper th,
	bool siteObjects,
	string where
)

Parameters

settings
Type: CMS.CMSImportExportSiteExportSettings
Export settings
objectType
Type: SystemString
Type of the object
th
Type: CMS.DataEngineTranslationHelper
Translation helper
siteObjects
Type: SystemBoolean
Indicates if the object type is site dependent
where
Type: SystemString
Where condition

Return Value

Type: DataSet
See Also