PHCollectionListChangeRequest.ChangeRequest Method

Definition

Overloads

ChangeRequest(PHCollectionList)

[Foundation.Export("changeRequestForCollectionList:")]
[ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)]
public static Photos.PHCollectionListChangeRequest? ChangeRequest(Photos.PHCollectionList collectionList);
[<Foundation.Export("changeRequestForCollectionList:")>]
[<ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)>]
static member ChangeRequest : Photos.PHCollectionList -> Photos.PHCollectionListChangeRequest

Parameters

collectionList
PHCollectionList

Returns

Attributes

Applies to

ChangeRequest(PHCollectionList, PHFetchResult)

[Foundation.Export("changeRequestForCollectionList:childCollections:")]
[ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)]
public static Photos.PHCollectionListChangeRequest? ChangeRequest(Photos.PHCollectionList collectionList, Photos.PHFetchResult childCollections);
[<Foundation.Export("changeRequestForCollectionList:childCollections:")>]
[<ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)>]
static member ChangeRequest : Photos.PHCollectionList * Photos.PHFetchResult -> Photos.PHCollectionListChangeRequest

Parameters

collectionList
PHCollectionList
childCollections
PHFetchResult

Returns

Attributes

Applies to