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

Namespace: CMS.CMSImportExport
Assembly: CMS.ImportExport (in CMS.ImportExport.dll) Version: 8.2.23
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