ViewSearchForm.FShowSearchForm method
Namespace: Microsoft.SharePoint.WebControls
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Syntax
'Declaration
Public Function FShowSearchForm ( _
context As HttpContext, _
web As SPWeb, _
viewGuid As String _
) As Boolean
'Usage
Dim instance As ViewSearchForm
Dim context As HttpContext
Dim web As SPWeb
Dim viewGuid As String
Dim returnValue As Boolean
returnValue = instance.FShowSearchForm(context, _
web, viewGuid)
public bool FShowSearchForm(
HttpContext context,
SPWeb web,
string viewGuid
)
Parameters
- context
Type: System.Web.HttpContext
- web
Type: Microsoft.SharePoint.SPWeb
- viewGuid
Type: System.String
Return value
Type: System.Boolean