MtgUtility.ShowCustomizeLink Method

Specifies whether Web Parts can be customized by a user.

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

Syntax

'Declaration
Public Shared Function ShowCustomizeLink ( _
    context As HttpContext _
) As Boolean
'Usage
Dim context As HttpContext
Dim returnValue As Boolean

returnValue = MtgUtility.ShowCustomizeLink(context)
public static bool ShowCustomizeLink(
    HttpContext context
)

Parameters

Return Value

Type: System.Boolean
A Boolean value that specifies whether the user can customize the parts on a Web Page.

Remarks

If the site has granted the necessary permissions to the user, the customize link button appears on the site page; otherwise, the customize link button is not displayed.

The browser that is used to customize the Web Pages must be Internet Explorer 5.5 or later versions.

See Also

Reference

MtgUtility Class

MtgUtility Members

Microsoft.SharePoint.Meetings Namespace

GetContextWeb(HttpContext)

SPBasePermissions

Other Resources

Customizing SharePoint Sites and Portals: Part 1