PHPhotoLibrary_CloudIdentifiers.GetCloudIdentifiers Method

Definition

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

Parameters

This
PHPhotoLibrary

The instance on which this method operates.

localIdentifiers
String[]

Returns

Attributes

Applies to