public static final class FileListOptions.FileListSortBy
extends com.aspose.ms.System.Enum
Enumeration for file list sort.
Modifier and Type | Field and Description |
---|---|
static int |
LastModificationDate
Order by LastModificationDate
|
static int |
Name
Order by Name
|
static int |
Size
Order by Size
|
static int |
Unknown
No sort
|
public static final int Unknown
No sort
public static final int Name
Order by Name
public static final int LastModificationDate
Order by LastModificationDate
public static final int Size
Order by Size
Copyright © 2018. All rights reserved.