Click or drag to resize
StorageHelperSaveBinaryDataToDisk Method
Saves the file from given byte array to the file system.

Namespace: CMS.IO
Assembly: CMS.IO (in CMS.IO.dll) Version: 11.0.0
Syntax
C#
public static void SaveBinaryDataToDisk(
	string filePath,
	byte[] fileData
)

Parameters

filePath
Type: SystemString
File path
fileData
Type: SystemByte
File data
See Also