| FileWriteAllText Method (String, String) | 
            Creates a new file, write the contents to the file, and then closes the file. If the target file already exists, it is overwritten.
            
 
Namespace: CMS.AzureStorageAssembly: CMS.AzureStorage (in CMS.AzureStorage.dll) Version: 10.0.0
 Syntax
Syntaxpublic override void WriteAllText(
	string path,
	string contents
)
Parameters
- path
- Type: SystemString
 Path to file
- contents
- Type: SystemString
 Content to write.
 See Also
See Also