Saves attachment file to the disk.
Namespace: CMS.ForumsAssembly: CMS.Forums (in CMS.Forums.dll) Version: 8.0.0.0 (8.0.5239.26125)
Parameters
- siteName
- Type: System.String
Attachment 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)
- synchronization
- Type: System.Boolean
Indicates if this function is called from "ProcessTask"
Return Value
Type: StringSee Also