SP.List.multipleDataList Property
Applies to: SharePoint Foundation 2010
Gets or sets a value that indicates whether the list in a Meeting Workspace site contains data for multiple meeting instances within the site.
var value = SP.List.get_multipleDataList();
SP.List.set_multipleDataList(value);
Property Value
Type: Boolean
true to indicate that the list contains data for multiple meeting instances; otherwise, false.