SPListItem.SortType 属性
获取或设置时在视图中排序此项的类型。
命名空间: Microsoft.SharePoint
程序集: Microsoft.SharePoint(位于 Microsoft.SharePoint.dll 中)
语法
声明
Public Property SortType As SPFileSystemObjectType
Get
Set
用法
Dim instance As SPListItem
Dim value As SPFileSystemObjectType
value = instance.SortType
instance.SortType = value
public SPFileSystemObjectType SortType { get; set; }
属性值
类型:Microsoft.SharePoint.SPFileSystemObjectType
指示类型的枚举值。
异常
异常 | 条件 |
---|---|
InvalidOperationException | 该项目是现有项。此属性可以设置仅在新的项目。 |
ArgumentException | 指定的值是SPFileSystemObjectType.Folder。不支持该排序类型。 |
备注
可以仅在新的项目上设置的排序类型。支持的默认排序类型的唯一更改SPFileSystemObjectType.File于文件夹列表项,使进行排序,就像文件的文件夹的更改。