NSUrl.FromBookmarkData 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("URLByResolvingBookmarkData:options:relativeToURL:bookmarkDataIsStale:error:")]
public static Foundation.NSUrl FromBookmarkData (Foundation.NSData data, Foundation.NSUrlBookmarkResolutionOptions options, Foundation.NSUrl relativeToUrl, out bool isStale, out Foundation.NSError error);
static member FromBookmarkData : Foundation.NSData * Foundation.NSUrlBookmarkResolutionOptions * Foundation.NSUrl * * -> Foundation.NSUrl
Parameters
- data
- NSData
- options
- NSUrlBookmarkResolutionOptions
- isStale
- Boolean
- error
- NSError
Returns
- Attributes