NSFileProviderExtension.GetPlaceholderUrl(NSUrl) Method

Definition

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.

Applies to