Share via


INSFileManagerDelegate.ShouldMoveItemAtUrl Method

Definition

[Foundation.Export("fileManager:shouldMoveItemAtURL:toURL:")]
[Foundation.OptionalMember]
[ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)]
public virtual bool ShouldMoveItemAtUrl(Foundation.NSFileManager fileManager, Foundation.NSUrl srcUrl, Foundation.NSUrl dstUrl);
[<Foundation.Export("fileManager:shouldMoveItemAtURL:toURL:")>]
[<Foundation.OptionalMember>]
[<ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)>]
abstract member ShouldMoveItemAtUrl : Foundation.NSFileManager * Foundation.NSUrl * Foundation.NSUrl -> bool
override this.ShouldMoveItemAtUrl : Foundation.NSFileManager * Foundation.NSUrl * Foundation.NSUrl -> bool

Parameters

fileManager
NSFileManager
srcUrl
NSUrl
dstUrl
NSUrl

Returns

Attributes

Applies to