NSFileProviderExtension.ReparentItem 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.
[Foundation.Export("reparentItemWithIdentifier:toParentItemWithIdentifier:newName:completionHandler:")]
[ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)]
public virtual void ReparentItem(string itemIdentifier, string parentItemIdentifier, string? newName, Action<FileProvider.INSFileProviderItem,Foundation.NSError> completionHandler);
[<Foundation.Export("reparentItemWithIdentifier:toParentItemWithIdentifier:newName:completionHandler:")>]
[<ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)>]
abstract member ReparentItem : string * string * string * Action<FileProvider.INSFileProviderItem, Foundation.NSError> -> unit
override this.ReparentItem : string * string * string * Action<FileProvider.INSFileProviderItem, Foundation.NSError> -> unit
Parameters
- itemIdentifier
- String
- parentItemIdentifier
- String
- newName
- String
- completionHandler
- Action<INSFileProviderItem,NSError>
- Attributes