Click or drag to resize
DocumentExportExportRelatedDocumentsData Method
Exports related document data for given object type.

Namespace: CMS.DocumentEngine
Assembly: CMS.DocumentEngine (in CMS.DocumentEngine.dll) Version: 8.2.23
Syntax
C#
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