MtgUtility.GetHomepageLib Method

Gets the SharePoint list that represents all the meeting workspace pages for a site.

Namespace:  Microsoft.SharePoint.Meetings
Assembly:  Microsoft.SharePoint (in Microsoft.SharePoint.dll)

Syntax

'Declaration
Public Shared Function GetHomepageLib ( _
    spWeb As SPWeb _
) As SPDocumentLibrary
'Usage
Dim spWeb As SPWeb
Dim returnValue As SPDocumentLibrary

returnValue = MtgUtility.GetHomepageLib(spWeb)
public static SPDocumentLibrary GetHomepageLib(
    SPWeb spWeb
)

Parameters

Return Value

Type: Microsoft.SharePoint.SPDocumentLibrary
The document library for the SharePoint site that contains only the SPList items for the meeting workspace pages for the specified site.

Remarks

A meeting workspace is a special type of SharePoint site under a parent site. It is composed of one or more pages for meeting details, in addition to reusable lists of information for meeting planning, conducting meetings, or follow-up. Typical lists for a meeting workspace site are the meeting objectives, agenda, attendees, decisions, and task lists. Which lists and libraries appear on the home page is a factor that is dependent on the Meeting Workspace site template. This central repository can be associated with more than one meeting, in the case of recurring meetings or multiple related meetings.

See Also

Reference

MtgUtility Class

MtgUtility Members

Microsoft.SharePoint.Meetings Namespace

SPDocumentLibrary

SPListCollection

SPListTemplateType