SPListItem.FileSystemObjectType 属性
获取或设置项的文件系统对象类型。
命名空间: Microsoft.SharePoint
程序集: Microsoft.SharePoint(位于 Microsoft.SharePoint.dll 中)
语法
声明
Public Property FileSystemObjectType As SPFileSystemObjectType
Get
Set
用法
Dim instance As SPListItem
Dim value As SPFileSystemObjectType
value = instance.FileSystemObjectType
instance.FileSystemObjectType = value
public SPFileSystemObjectType FileSystemObjectType { get; set; }
属性值
类型:Microsoft.SharePoint.SPFileSystemObjectType
枚举值,指示的类型: 文件、 文件夹、 Web 或无效。
异常
异常 | 条件 |
---|---|
ArgumentException | 您可以设置该属性仅用于新列表项。当前项目不是新 ;它已保持在数据库中。 |
备注
才有效新SPListItem对象上设置此属性 — 即之前Update , 方法调用第一次和项目保留在数据库中。