NSFileProviderExtension.ProviderIdentifier 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.
When implemented by the developer, provides an identifier for reads and writes that are coordinated.
[ObjCRuntime.Deprecated(ObjCRuntime.PlatformName.iOS, 11, 0, ObjCRuntime.PlatformArchitecture.None, "Use 'FileProvider::NSFileProviderManager.ProviderIdentifier' instead.")]
public virtual string ProviderIdentifier { [Foundation.Export("providerIdentifier")] [ObjCRuntime.Deprecated(ObjCRuntime.PlatformName.iOS, 11, 0, ObjCRuntime.PlatformArchitecture.None, "Use 'FileProvider::NSFileProviderManager.ProviderIdentifier' instead.")] get; }
member this.ProviderIdentifier : string
Property Value
A string uniquely identifying the purpose identifier. By default, the bundle identifier for the containing app.
- Attributes
Remarks
You can override this method to provide a different identifier for the provider.
This can be used from a background thread.