Save file to the disk.
Namespace: CMS.DataEngineAssembly: CMS.DataEngine (in CMS.DataEngine.dll) Version: 8.0.0.0 (8.0.5239.26125)
Parameters
- siteName
- Type: System String
Site name
- guid
- Type: System String
File GUID
- fileName
- Type: System String
File name
- fileExtension
- Type: System String
File extension
- fileData
- Type: CMS.Core BinaryData
File data (byte[] or Stream)
- deleteOldFiles
- Type: System Boolean
Indicates whether files in destination folder with mask '[guid]*.*' should be deleted
Return Value
Type: StringSee Also