Click or drag to resize
TempFileInfoProvider.GetTempFileBinary Method (String, String, Int32, String)
Returns the temporary file binary data from disk.

Namespace: CMS.DataEngine
Assembly: CMS.DataEngine (in CMS.DataEngine.dll) Version: 13.0.131
Syntax
C#
public static byte[] GetTempFileBinary(
	string parentFolder,
	string scopeFolder,
	int fileNumber,
	string fileExtension
)

Parameters

parentFolder
Type: System.String
Parent folder which is located under the temporary files root folder
scopeFolder
Type: System.String
Scope folder which is located under the parent folder
fileNumber
Type: System.Int32
Temporary file number
fileExtension
Type: System.String
Temporary file extension

Return Value

Type:Byte[]
See Also