Moves a specified file to a new location, providing the option to specify a new file name.
            
 
Namespace: CMS.AzureStorageAssembly: CMS.AzureStorage (in CMS.AzureStorage.dll) Version: 10.0.0
 Syntax
Syntaxpublic override void Move(
	string sourceFileName,
	string destFileName
)
Parameters
- sourceFileName
- Type: SystemString
 Source file name.
- destFileName
- Type: SystemString
 Destination file name.
 See Also
See Also