[This is preliminary documentation and is subject to change.]
Shows how the document tree leaves are sorted
Namespace:
OfficeClip.UtilsAssembly: OfficeClip.Utils (in OfficeClip.Utils)
Version: 8.1.1.0
Syntax
C# |
---|
public enum DocTreeLeafSortType |
Visual Basic (Declaration) |
---|
Public Enumeration DocTreeLeafSortType |
Visual C++ |
---|
public enum class DocTreeLeafSortType |
Members
Member name | Description | |
---|---|---|
None |
Keeps the order the same as it was created.
| |
Name |
Sort by document name.
| |
Size |
sort by document size.
| |
Type |
sort by document type.
| |
ModifiedBy |
sort by modified by user id.
| |
ModifiedDate |
sort by modified by date.
|