Share via


NSFileManagerDelegate.ShouldLinkItemAtUrl(NSFileManager, NSUrl, NSUrl) Method

Definition

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

Parameters

fileManager
NSFileManager
srcUrl
NSUrl
dstUrl
NSUrl

Returns

Implements

Attributes

Applies to