SPFile.LengthByUser 属性
获取包含有关每个用户的Web 部件页,其中包括用户名称、 用户 ID 和 Web 部件个性化设置占用的字节数信息的用户存储对象的集合。
命名空间: Microsoft.SharePoint
程序集: Microsoft.SharePoint(位于 Microsoft.SharePoint.dll 中)
语法
声明
Public ReadOnly Property LengthByUser As SPUserStorageCollection
Get
用法
Dim instance As SPFile
Dim value As SPUserStorageCollection
value = instance.LengthByUser
public SPUserStorageCollection LengthByUser { get; }
属性值
类型:Microsoft.SharePoint.SPUserStorageCollection
SPUserStorageCollection 对象,该对象表示用户存储集合。