| FileReadAllText Method (String) | 
            Opens a text file, reads all lines of the file, and then closes the file.
            
 
Namespace: CMS.FileSystemStorageAssembly: CMS.IO (in CMS.IO.dll) Version: 11.0.0
Syntaxpublic override string ReadAllText(
	string path
)
Parameters
- path
 - Type: SystemString
Path to file 
Return Value
Type: 
String
See Also