Class ISN_PHFetchOptions
A set of options that affect the filtering, sorting, and management of results that Photos returns when you fetch asset or collection objects.
Inheritance
System.Object
ISN_PHFetchOptions
Namespace: SA.iOS.Photos
Assembly: cs.temp.dll.dll
Syntax
public class ISN_PHFetchOptions : ISN_NativeObject
Constructors
ISN_PHFetchOptions()
Declaration
public ISN_PHFetchOptions()
Properties
FetchLimit
The maximum number of objects to include in the fetch result.
With the default fetch limit of zero, Photos returns all requested assets or collections in a fetch result. Change this value to fetch more efficiently in situations where a potentially very large result is not needed.
Declaration
public int FetchLimit { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 |
SortDescriptor
Sort descriptor specifying an order for the fetched objects.
Declaration
public ISN_NSSortDescriptor SortDescriptor { get; set; }
Property Value
Type | Description |
---|---|
ISN_NSSortDescriptor |