NSError.GetFileProviderError 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.
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