MtgUtility.GetAllPages Method

Gets all pages that represent a subset of the meeting workspace pages for a site.

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

Syntax

'Declaration
Public Shared Function GetAllPages ( _
    spList As SPList, _
    spFolder As SPFolder, _
    strRoot As String, _
    strSubFolder As String _
) As SPListItemCollection
'Usage
Dim spList As SPList
Dim spFolder As SPFolder
Dim strRoot As String
Dim strSubFolder As String
Dim returnValue As SPListItemCollection

returnValue = MtgUtility.GetAllPages(spList, _
    spFolder, strRoot, strSubFolder)
public static SPListItemCollection GetAllPages(
    SPList spList,
    SPFolder spFolder,
    string strRoot,
    string strSubFolder
)

Parameters

  • strRoot
    Type: System.String

    The server-relative URL for the Web site, concatenated to the name of the root folder of the SPList object.

  • strSubFolder
    Type: System.String

    The name of the folder that is associated with the meeting instance.

Return Value

Type: Microsoft.SharePoint.SPListItemCollection
The SPListItemCollection class that represents all items from the SPList class that fit the query criteria.

Remarks

A query is constructed by a called method that determines what items within the SPList meeting workspace should be used. The criteria is all meeting occurrences that have been activated in the workspace, including the meeting entry that represents the meeting series, provided a series is linked to the workspace.

See Also

Reference

MtgUtility Class

MtgUtility Members

Microsoft.SharePoint.Meetings Namespace

GetHomepageLib(SPWeb)

SPQuery