CSSearchableIndexDelegate.GetFileUrl Method

Definition

[Foundation.Export("fileURLForSearchableIndex:itemIdentifier:typeIdentifier:inPlace:error:")]
[ObjCRuntime.Introduced(ObjCRuntime.PlatformName.iOS, 11, 0, ObjCRuntime.PlatformArchitecture.All, null)]
[ObjCRuntime.Introduced(ObjCRuntime.PlatformName.MacOSX, 10, 13, ObjCRuntime.PlatformArchitecture.All, null)]
[ObjCRuntime.Unavailable(ObjCRuntime.PlatformName.TvOS, ObjCRuntime.PlatformArchitecture.All, null)]
public virtual Foundation.NSUrl GetFileUrl (CoreSpotlight.CSSearchableIndex searchableIndex, string itemIdentifier, string typeIdentifier, bool inPlace, out Foundation.NSError outError);
abstract member GetFileUrl : CoreSpotlight.CSSearchableIndex * string * string * bool *  -> Foundation.NSUrl
override this.GetFileUrl : CoreSpotlight.CSSearchableIndex * string * string * bool *  -> Foundation.NSUrl

Parameters

searchableIndex
CSSearchableIndex
itemIdentifier
String
typeIdentifier
String
inPlace
Boolean
outError
NSError

Returns

Attributes

Applies to