FileInfoMoveToInternal Method |
Moves an existing file to a new file.
Namespace: CMS.AzureStorageAssembly: CMS.AzureStorage (in CMS.AzureStorage.dll) Version: 13.0.131
Syntax protected override void MoveToInternal(
string destFileName
)
Parameters
- destFileName
- Type: SystemString
Destination file name.
See Also