summaryM:DotNetNuke.Web.InternalServices.SearchServiceController.Preview(System.String,System.String,System.Int32,System.Int32)

Namespace: DotNetNuke.Web.InternalServices
Assembly: DotNetNuke.Web (in DotNetNuke.Web.dll)

Syntax

C#
[HttpGetAttribute]
[DnnExceptionFilterAttribute]
public HttpResponseMessage Preview(
	string keywords,
	string culture,
	int forceWild = 1,
	int portal = -1
)
Visual Basic
<HttpGetAttribute> 
<DnnExceptionFilterAttribute> 
Public Function Preview ( 
	keywords As String,
	culture As String,
	Optional forceWild As Integer = 1,
	Optional portal As Integer = -1
) As HttpResponseMessage

Parameters

keywords
Type: System..::..String
paramkeywordsM:DotNetNuke.Web.InternalServices.SearchServiceController.Preview(System.String,System.String,System.Int32,System.Int32)
culture
Type: System..::..String
paramcultureM:DotNetNuke.Web.InternalServices.SearchServiceController.Preview(System.String,System.String,System.Int32,System.Int32)
forceWild
Type: System..::..Int32
paramforceWildM:DotNetNuke.Web.InternalServices.SearchServiceController.Preview(System.String,System.String,System.Int32,System.Int32)
portal
Type: System..::..Int32
paramportalM:DotNetNuke.Web.InternalServices.SearchServiceController.Preview(System.String,System.String,System.Int32,System.Int32)

Return Value

returnsM:DotNetNuke.Web.InternalServices.SearchServiceController.Preview(System.String,System.String,System.Int32,System.Int32)

See Also