SPList.MultipleDataList property
取得或設定一個Boolean值,指定在會議工作區網站中的清單是否包含資料的站台內的多個會議執行個體。
Namespace: Microsoft.SharePoint
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Syntax
'宣告
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; }
Property value
Type: System.Boolean
true如果清單包含資料的多個會議執行個體 ;否則,請false。
備註
會議工作區網站與週期性事件內每個項目或多個連結至其的單一事件具有唯一的執行個體識別碼。在清單中的項目是由 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,現有或新清單資料會失去其執行個體工作分派,並將會出現在所有的會議執行個體。如果清單的基底類型是DocumentLibrary,資料夾結構的現有的每個執行個體文件,包含於每個執行個體中的文件庫之根資料夾的子資料夾,則會保留。不過,執行個體的所有子資料夾會出現在所有的會議執行個體,並在根資料夾預設放置新文件。
因為系列清單不能變更為標準清單,切換至truefalse從這個屬性的值不允許,且會擲回例外狀況的無效資料的類型SPException 。
如果設為false出席者清單中,這個屬性會擲回SPException例外狀況為無效的資料。