SPList.MultipleDataList 属性
获取或设置一个Boolean值,指定会议工作区网站中的列表是否包含网站内的多个会议实例的数据。
命名空间: Microsoft.SharePoint
程序集: Microsoft.SharePoint(位于 Microsoft.SharePoint.dll 中)
语法
声明
Public Property MultipleDataList As Boolean
Get
Set
用法
Dim instance As SPList
Dim value As Boolean
value = instance.MultipleDataList
instance.MultipleDataList = value
public bool MultipleDataList { get; set; }
属性值
类型:System.Boolean
true如果列表中包含多个会议实例 ; 数据否则为false。
备注
具有定期事件的会议工作区网站中的每个匹配项或多个链接到它的单个事件有一个唯一的实例的 id。由允许要筛选的对应于特定的搜索的项目的列表数据它们对应的匹配项的实例 ID 标识列表中的项目。
The default value of the MultipleDataList property for a list in a Meeting Workspace site is true. The default can be changed to false for a list type by adding the attribute MultipleMtgDataList="FALSE" to the corresponding ListTemplate element in the Onet.xml file of the site definition. For some special list types, such as MeetingSeries, DataSources, or catalog-type lists, this value is always false. For normal lists, this value is true.
如果此属性的值从true切换到false,现有或新列表的数据将会丢失其实例工作分配,将显示所有会议实例中。如果列表的基类型为Document将维护Library,现有的每个实例文档,包含的文档库的根文件夹中的每个实例子文件夹中的文件夹结构。但是,实例的所有子文件夹将出现在会议中的所有实例中,默认情况下,将根文件夹中放置新文档。
因为系列列表不能更改为正常的列表中,切换到true从false此属性的值不允许,并将无效数据的类型SPException引发异常。
如果设置为false的与会者列表中,此属性将引发SPException异常无效数据。