Show / Hide Table of Contents

Class ISN_PHAsset

A representation of an image, video, or Live Photo in the Photos library.

Inheritance
System.Object
ISN_PHObject
ISN_PHAsset
Inherited Members
ISN_PHObject.LocalIdentifier
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 null to use default options. For details, see ISN_PHFetchOptions.

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.

In This Article
Back to top Generated by DocFX