Class ISN_PHAsset
A representation of an image, video, or Live Photo in the Photos library.
Inherited Members
Namespace: SA.iOS.Photos
Assembly: cs.temp.dll.dll
Syntax
public class ISN_PHAsset : ISN_PHObject
Methods
FetchAssetsWithOptions(ISN_PHFetchOptions)
Retrieves all assets matching the specified options.
Declaration
public static ISN_PHFetchResult<ISN_PHAsset> FetchAssetsWithOptions(ISN_PHFetchOptions options)
Parameters
Type | Name | Description |
---|---|---|
ISN_PHFetchOptions | options | Options that specify a filter predicate and sort order for the fetched assets,
or |
Returns
Type | Description |
---|---|
ISN_PHFetchResult<ISN_PHAsset> | A fetch result that contains the requested ISN_PHAsset objects, or an empty fetch result if no objects match the request. |