AWS SDK for .NET Documentation
Ascending Property
AmazonAmazon.ElasticTranscoder.ModelListPresetsRequestAscending Did this page help you?   Yes   No    Tell us about it...
Gets and sets the property Ascending.

To list presets in chronological order by the date and time that they were created, enter

CopyC#
true
. To list presets in reverse chronological order, enter
CopyC#
false
.

Declaration Syntax
C#
public string Ascending { get; set; }

Assembly: AWSSDK (Module: AWSSDK) Version: 1.5.60.0 (1.5.60.0)