INSortType Enum

Definition

Enumerates search result sort orders.

[ObjCRuntime.Introduced(ObjCRuntime.PlatformName.WatchOS, 4, 0, ObjCRuntime.PlatformArchitecture.All, null)]
[ObjCRuntime.Introduced(ObjCRuntime.PlatformName.iOS, 11, 0, ObjCRuntime.PlatformArchitecture.All, null)]
[ObjCRuntime.Unavailable(ObjCRuntime.PlatformName.MacOSX, ObjCRuntime.PlatformArchitecture.All, null)]
public enum INSortType
type INSortType = 
Inheritance
INSortType
Attributes

Fields

AsIs 1

Indicates that the results are presented in the order in which they were received.

ByDate 2

Indicates that the results are sorted by date.

Unknown 0

Indicates that the sort type is unknown.

Applies to