Click or drag to resize
MetaFileInfoProviderGetFileBinary Method
Returns the file binary from disk.

Namespace: CMS.DataEngine
Assembly: CMS.DataEngine (in CMS.DataEngine.dll) Version: 8.2.23
Syntax
C#
public static byte[] GetFileBinary(
	string siteName,
	string fileName
)

Parameters

siteName
Type: SystemString
Site name
fileName
Type: SystemString
Name of the file to get, including extension

Return Value

Type: Byte
See Also