NSError.GetFileProviderError Method

Definition

Overloads

GetFileProviderError(INSFileProviderItem)
GetFileProviderError(String)

GetFileProviderError(INSFileProviderItem)

[Foundation.Export("fileProviderErrorForCollisionWithItem:")]
[ObjCRuntime.Introduced(ObjCRuntime.PlatformName.iOS, 11, 0, ObjCRuntime.PlatformArchitecture.All, null)]
public static Foundation.NSError GetFileProviderError (FileProvider.INSFileProviderItem existingItem);
static member GetFileProviderError : FileProvider.INSFileProviderItem -> Foundation.NSError

Parameters

existingItem
INSFileProviderItem

Returns

Attributes

Applies to

GetFileProviderError(String)

[Foundation.Export("fileProviderErrorForNonExistentItemWithIdentifier:")]
[ObjCRuntime.Introduced(ObjCRuntime.PlatformName.iOS, 11, 0, ObjCRuntime.PlatformArchitecture.All, null)]
public static Foundation.NSError GetFileProviderError (string nonExistentItemIdentifier);
static member GetFileProviderError : string -> Foundation.NSError

Parameters

nonExistentItemIdentifier
String

Returns

Attributes

Applies to