PHAssetCollection.FetchMoments Method

Definition

Overloads

FetchMoments(PHFetchOptions)
FetchMoments(PHCollectionList, PHFetchOptions)

FetchMoments(PHFetchOptions)

[Foundation.Export("fetchMomentsWithOptions:")]
public static Photos.PHFetchResult FetchMoments (Photos.PHFetchOptions options);
static member FetchMoments : Photos.PHFetchOptions -> Photos.PHFetchResult

Parameters

options
PHFetchOptions

To be added.

This parameter can be null.

Returns

Attributes

Applies to

FetchMoments(PHCollectionList, PHFetchOptions)

[Foundation.Export("fetchMomentsInMomentList:options:")]
public static Photos.PHFetchResult FetchMoments (Photos.PHCollectionList momentList, Photos.PHFetchOptions options);
static member FetchMoments : Photos.PHCollectionList * Photos.PHFetchOptions -> Photos.PHFetchResult

Parameters

momentList
PHCollectionList
options
PHFetchOptions

To be added.

This parameter can be null.

Returns

Attributes

Applies to