CSSearchableIndexDelegate_Extensions.GetFileUrl Method

Definition

[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 static Foundation.NSUrl GetFileUrl (this CoreSpotlight.ICSSearchableIndexDelegate This, CoreSpotlight.CSSearchableIndex searchableIndex, string itemIdentifier, string typeIdentifier, bool inPlace, out Foundation.NSError outError);
static member GetFileUrl : CoreSpotlight.ICSSearchableIndexDelegate * CoreSpotlight.CSSearchableIndex * string * string * bool *  -> Foundation.NSUrl

Parameters

This
ICSSearchableIndexDelegate

The instance on which this extension method operates.

searchableIndex
CSSearchableIndex
itemIdentifier
String
typeIdentifier
String
inPlace
Boolean
outError
NSError

Returns

Attributes

Applies to