NSFileProviderExtension.GetPlaceholderUrl(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.
Returns the placeholder URL.
[Foundation.Export("placeholderURLForURL:")]
[ObjCRuntime.Deprecated(ObjCRuntime.PlatformName.iOS, 11, 0, ObjCRuntime.PlatformArchitecture.None, "Use 'FileProvider::NSFileProviderManager.GetPlaceholderUrl (NSUrl)' instead.")]
public static Foundation.NSUrl GetPlaceholderUrl (Foundation.NSUrl url);
static member GetPlaceholderUrl : Foundation.NSUrl -> Foundation.NSUrl
Parameters
- url
- NSUrl
The URL for the shared document.
Returns
The placeholder URL.
- Attributes
Remarks
Do not override this method.
This can be used from a background thread.