NSFileManagerDelegate.ShouldLinkItemAtUrl(NSFileManager, NSUrl, NSUrl) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
[Foundation.Export("fileManager:shouldLinkItemAtURL:toURL:")]
public virtual bool ShouldLinkItemAtUrl (Foundation.NSFileManager fileManager, Foundation.NSUrl srcUrl, Foundation.NSUrl dstUrl);
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
- Attributes