Opens a binary file, reads the contents of the file into a byte array, and then closes the file.
            
 
Namespace: CMS.AzureStorageAssembly: CMS.AzureStorage (in CMS.AzureStorage.dll) Version: 11.0.0
Syntaxpublic override byte[] ReadAllBytes(
	string path
)
Parameters
- path
 - Type: SystemString
Path to file. 
Return Value
Type: 
Byte
See Also