MtgUtility.IsRecurringOrMultipleMWS Method

Specifies whether a Web site contains recurring meetings or more than one meeting.

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

Syntax

'Declaration
Public Shared Function IsRecurringOrMultipleMWS ( _
    spWeb As SPWeb _
) As Boolean
'Usage
Dim spWeb As SPWeb
Dim returnValue As Boolean

returnValue = MtgUtility.IsRecurringOrMultipleMWS(spWeb)
public static bool IsRecurringOrMultipleMWS(
    SPWeb spWeb
)

Parameters

  • spWeb
    Type: Microsoft.SharePoint.SPWeb

    Web that may already contain meetings, whether or not the meetings have multiple occurrences.

Return Value

Type: System.Boolean
A Boolean value that specifies whether there exists at least one meeting or meeting occurrence that is associated with the specified Web site.

Remarks

This field may be used in determining whether site pages are local or global in scope, which affects what fields are displayed on a page. Also, an implementation may use a different script for building pages that are associated with only one meeting or meeting occurrence.

See Also

Reference

MtgUtility Class

MtgUtility Members

Microsoft.SharePoint.Meetings Namespace

RenderToolPart(HtmlTextWriter)

SPMeeting