NSFileManagerDelegate_Extensions.ShouldCopyItemAtUrl Method

Definition

public static bool ShouldCopyItemAtUrl (this Foundation.INSFileManagerDelegate This, Foundation.NSFileManager fm, Foundation.NSUrl srcUrl, Foundation.NSUrl dstUrl);
static member ShouldCopyItemAtUrl : Foundation.INSFileManagerDelegate * Foundation.NSFileManager * Foundation.NSUrl * Foundation.NSUrl -> bool

Parameters

This
INSFileManagerDelegate

The instance on which this extension method operates.

srcUrl
NSUrl
dstUrl
NSUrl

Returns

Applies to