Click or drag to resize
ImportProviderGetBinaryDataSourcePath Method
Gets source path for binary data

Namespace: CMS.CMSImportExport
Assembly: CMS.ImportExport (in CMS.ImportExport.dll) Version: 9.0.0
Syntax
C#
public static string GetBinaryDataSourcePath(
	SiteImportSettings settings,
	GeneralizedInfo infoObj,
	string folderName,
	string fileName,
	string extension
)

Parameters

settings
Type: CMS.CMSImportExportSiteImportSettings
Site import settings
infoObj
Type: CMS.DataEngineGeneralizedInfo
Info object instance
folderName
Type: SystemString
Binary data folder name
fileName
Type: SystemString
File GUID
extension
Type: SystemString
File extension

Return Value

Type: String
See Also