SPSite.StorageManagementSortedOn enumeration
指定是否在網頁上的項目排序大小 (遞增或遞減),或依日期 (遞增或遞減)。
Namespace: Microsoft.SharePoint
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Syntax
'宣告
Public Enumeration StorageManagementSortedOn
'用途
Dim instance As SPSite.StorageManagementSortedOn
public enum StorageManagementSortedOn
Members
Member name | Description | |
---|---|---|
Size | 根據其大小排序項目。 | |
Date | 根據它們已修改的日期排序項目。 |
備註
預設值是Size。這個列舉型別會使用與StorageManagementSortOrder列舉型別一起使用。