Saves the file from given stream to the file system.
Namespace: CMS.IOAssembly: CMS.IO (in CMS.IO.dll) Version: 8.0.0.0 (8.0.5239.26125)
Parameters
- filePath
- Type: System String
File path
- str
- Type: System.IO Stream
File stream
- closeStream (Optional)
- Type: System Boolean
If true, fileData stream is closed and disposed after save
See Also