Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
This implementation returns an empty string.
Namespace: Microsoft.SharePoint.Portal.WebControls
Assembly: Microsoft.SharePoint.Portal (in Microsoft.SharePoint.Portal.dll)
Syntax
'Declaration
Protected Shared Function GenerateMenuButtonHtmlForSitesLst ( _
item As SPListItem, _
mnuToUse As HtmlMenu _
) As String
'Usage
Dim item As SPListItem
Dim mnuToUse As HtmlMenu
Dim returnValue As String
returnValue = STSQueryParts.GenerateMenuButtonHtmlForSitesLst(item, _
mnuToUse)
protected static string GenerateMenuButtonHtmlForSitesLst(
SPListItem item,
HtmlMenu mnuToUse
)
Parameters
- item
Type: Microsoft.SharePoint.SPListItem
- mnuToUse
Type: Microsoft.SharePoint.Portal.WebControls.HtmlMenu
Return Value
Type: System.String