NSFileManagerDelegate.ShouldMoveItemAtUrl(NSFileManager, NSUrl, NSUrl) Method

Definition

[Foundation.Export("fileManager:shouldMoveItemAtURL:toURL:")]
public virtual bool ShouldMoveItemAtUrl (Foundation.NSFileManager fileManager, Foundation.NSUrl srcUrl, Foundation.NSUrl dstUrl);
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