StorageFileDataManagementCmdletBase.ConfirmOverwrite(Object, Object) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Confirm the overwrite operation
protected bool ConfirmOverwrite (object source, object destination);
member this.ConfirmOverwrite : obj * obj -> bool
Protected Function ConfirmOverwrite (source As Object, destination As Object) As Boolean
Parameters
- source
- Object
Indicating the source.
- destination
- Object
Indicating the destination.
Returns
Returns a value indicating whether to overwrite.