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
context
Type: System.Web.HttpContextAn HttpContext object that encapsulates all HTTP-specific information about an HTTP request.
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
Microsoft.SharePoint.Meetings Namespace
Other Resources
Customizing SharePoint Sites and Portals: Part 1