MetaFileInfoProviderGetFileBinary Method |
Returns the file binary from disk.
Namespace: CMS.DataEngineAssembly: CMS.DataEngine (in CMS.DataEngine.dll) Version: 12.0.0
Syntax 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:
ByteSee Also