Share via


NSFileManagerDelegate_Extensions.ShouldCopyItemAtUrl Method

Definition

[ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)]
public static bool ShouldCopyItemAtUrl(this Foundation.INSFileManagerDelegate This, Foundation.NSFileManager fm, Foundation.NSUrl srcUrl, Foundation.NSUrl dstUrl);
[<ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)>]
static member ShouldCopyItemAtUrl : Foundation.INSFileManagerDelegate * Foundation.NSFileManager * Foundation.NSUrl * Foundation.NSUrl -> bool

Parameters

srcUrl
NSUrl
dstUrl
NSUrl

Returns

Attributes

Applies to