NSFileProviderExtension.SetTagData Method

Definition

When implemented by the developer, sets the tag data on an item.

[Foundation.Export("setTagData:forItemIdentifier:completionHandler:")]
[ObjCRuntime.Introduced(ObjCRuntime.PlatformName.iOS, 11, 0, ObjCRuntime.PlatformArchitecture.All, null)]
public virtual void SetTagData (Foundation.NSData tagData, string itemIdentifier, Action<FileProvider.INSFileProviderItem,Foundation.NSError> completionHandler);
abstract member SetTagData : Foundation.NSData * string * Action<FileProvider.INSFileProviderItem, Foundation.NSError> -> unit
override this.SetTagData : Foundation.NSData * string * Action<FileProvider.INSFileProviderItem, Foundation.NSError> -> unit

Parameters

tagData
NSData

The new tag data for the item.

This parameter can be null.

itemIdentifier
String

The persistent identifier for the item.

completionHandler
Action<INSFileProviderItem,NSError>

A handler to run after the operation completes.

Attributes

Remarks

(More documentation for this node is coming)

This can be used from a background thread.

Applies to