RefinementHiddenObject.GetObject Method
Returns the specified RefinementHiddenObject object.
Namespace: Microsoft.Office.Server.Search.WebControls
Assembly: Microsoft.Office.Server.Search (in Microsoft.Office.Server.Search.dll)
Syntax
'Declaration
Public Shared Function GetObject ( _
cControl As Control, _
qryId As QueryId _
) As RefinementHiddenObject
'Usage
Dim cControl As Control
Dim qryId As QueryId
Dim returnValue As RefinementHiddenObject
returnValue = RefinementHiddenObject.GetObject(cControl, _
qryId)
public static RefinementHiddenObject GetObject(
Control cControl,
QueryId qryId
)
Parameters
cControl
Type: System.Web.UI.ControlThe base class that represents a Web control.
qryId
Type: Microsoft.Office.Server.Search.WebControls.QueryIdA value indicating a search page query.
Return Value
Type: Microsoft.Office.Server.Search.WebControls.RefinementHiddenObject