PHPhotoLibrary_CloudIdentifiers.GetLocalIdentifiers Method

Definition

[Foundation.Export("localIdentifiersForCloudIdentifiers:")]
[ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)]
public static string[] GetLocalIdentifiers(this Photos.PHPhotoLibrary This, Photos.PHCloudIdentifier[] cloudIdentifiers);
[<Foundation.Export("localIdentifiersForCloudIdentifiers:")>]
[<ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)>]
static member GetLocalIdentifiers : Photos.PHPhotoLibrary * Photos.PHCloudIdentifier[] -> string[]

Parameters

This
PHPhotoLibrary

The instance on which this method operates.

cloudIdentifiers
PHCloudIdentifier[]

Returns

String[]
Attributes

Applies to