NSFileProviderExtension.DocumentStorageUrl Property
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.
Developers should not use this deprecated property. Developers should use 'FileProvider::NSFileProviderManager.DocumentStorageUrl' instead.
[ObjCRuntime.Deprecated(ObjCRuntime.PlatformName.iOS, 11, 0, ObjCRuntime.PlatformArchitecture.None, "Use 'FileProvider::NSFileProviderManager.DocumentStorageUrl' instead.")]
public virtual Foundation.NSUrl DocumentStorageUrl { [Foundation.Export("documentStorageURL")] [ObjCRuntime.Deprecated(ObjCRuntime.PlatformName.iOS, 11, 0, ObjCRuntime.PlatformArchitecture.None, "Use 'FileProvider::NSFileProviderManager.DocumentStorageUrl' instead.")] get; }
member this.DocumentStorageUrl : Foundation.NSUrl
Property Value
URL that resides inside the shared container of the document picker.
- Attributes
Remarks
The specified URL needs to be accessible by the File Provider extension. Ordinarily it resides in a container that is shared by the containing app AND the view controller extension.
This can be used from a background thread.