Click or drag to resize
DocumentExport.ExportRelatedDocumentsData Method (SiteExportSettings, String, TranslationHelper, Boolean, WhereCondition)
Exports related document data for given object type.

Namespace: CMS.DocumentEngine
Assembly: CMS.DocumentEngine (in CMS.DocumentEngine.dll) Version: 9.0.0
Syntax
C#
public static DataSet ExportRelatedDocumentsData(
	SiteExportSettings settings,
	string objectType,
	TranslationHelper th,
	bool siteObjects,
	WhereCondition where
)

Parameters

settings
Type: CMS.CMSImportExport.SiteExportSettings
Export settings
objectType
Type: System.String
Type of the object
th
Type: CMS.DataEngine.TranslationHelper
Translation helper
siteObjects
Type: System.Boolean
Indicates if the object type is site dependent
where
Type: CMS.DataEngine.WhereCondition
Where condition

Return Value

Type: DataSet
See Also