DocumentExportExportRelatedDocumentsData Method |
Exports related document data for given object type.
Namespace: CMS.DocumentEngineAssembly: CMS.DocumentEngine (in CMS.DocumentEngine.dll) Version: 13.0.131
Syntax public static DataSet ExportRelatedDocumentsData(
SiteExportSettings settings,
string objectType,
TranslationHelper th,
bool siteObjects,
WhereCondition 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: CMS.DataEngineWhereCondition
Where condition
Return Value
Type:
DataSetSee Also