ImportProviderGetBinaryDataSourcePath Method |
Gets source path for binary data
Namespace: CMS.CMSImportExportAssembly: CMS.ImportExport (in CMS.ImportExport.dll) Version: 13.0.131
Syntax 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:
StringSee Also