Click or drag to resize
ExportHistoryInfoProviderGetExportHistoriesInternal Method
Returns the export histories for the specified site.

Namespace: CMS.CMSImportExport
Assembly: CMS.ImportExport (in CMS.ImportExport.dll) Version: 9.0.0
Syntax
C#
protected virtual ObjectQuery<ExportHistoryInfo> GetExportHistoriesInternal(
	SiteInfoIdentifier site
)

Parameters

site
Type: CMS.DataEngineSiteInfoIdentifier
Site identifier: ID or site name

Return Value

Type: ObjectQueryExportHistoryInfo
See Also